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

View element that draws nothing and will split the space equally between the children.
Наследование: ViewComposite
Показать файл Открыть проект

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

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

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutFit ( Orientation orientation ) : System

Initialize a new instance of the ViewLayoutFit class.

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

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

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Результат void

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

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

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

Initialize a new instance of the ViewLayoutFit class.
public ViewLayoutFit ( Orientation orientation ) : System
orientation Orientation Direction to fit.
Результат System