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

Override the contained child to present a fixed size.
Наследование: ViewDecorator
Показать файл Открыть проект

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

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

Discover the preferred size of the element.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDecoratorFixedSize ( ViewBase child, Size fixedSize ) : System

Initialize a new instance of the ViewBase class.

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

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

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

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

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

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

Initialize a new instance of the ViewBase class.
public ViewDecoratorFixedSize ( ViewBase child, Size fixedSize ) : System
child ViewBase
fixedSize System.Drawing.Size
Результат System