C# Класс ComponentFactory.Krypton.Navigator.ViewLayoutPageShow

View element that can track the size and position of the selected page.
Наследование: ComponentFactory.Krypton.Toolkit.ViewLayoutNull
Показать файл Открыть проект Примеры использования класса

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

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

Discover the preferred size of the element.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

SetMinimumAsPreferred ( bool minimum ) : void

Sets if the minimum size should be used instead of preferred.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutPageShow ( KryptonNavigator navigator ) : System

Initialize a new instance of the ViewLayoutPageShow class.

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

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

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

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

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

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

Sets if the minimum size should be used instead of preferred.
public SetMinimumAsPreferred ( bool minimum ) : void
minimum bool Should minimum be used instead of preferred.
Результат void

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

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

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

Initialize a new instance of the ViewLayoutPageShow class.
public ViewLayoutPageShow ( KryptonNavigator navigator ) : System
navigator KryptonNavigator
Результат System