C# Класс ComponentFactory.Krypton.Toolkit.ViewDrawBorderEdge

View element that can draw a border edge by applying a size to a panel.
Наследование: ViewDrawPanel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

SetPalettes ( PaletteBorderEdge palette ) : void

Update the source palette for drawing.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawBorderEdge ( PaletteBorderEdge palette, Orientation orientation ) : System

Initialize a new instance of the ViewDrawBorderEdge class.

Описание методов

GetPreferredSize() публичный Метод

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ViewLayoutContext Layout context.
Результат System.Drawing.Size

SetPalettes() публичный Метод

Update the source palette for drawing.
public SetPalettes ( PaletteBorderEdge palette ) : void
palette PaletteBorderEdge Palette source for drawing details.
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewDrawBorderEdge() публичный Метод

Initialize a new instance of the ViewDrawBorderEdge class.
public ViewDrawBorderEdge ( PaletteBorderEdge palette, Orientation orientation ) : System
palette PaletteBorderEdge Palette source for drawing details.
orientation Orientation Initial orientation of the border.
Результат System