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

Storage for stack related properties.
Наследование: ComponentFactory.Krypton.Toolkit.Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
NavigatorStack ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorStack class.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetStackAlignment ( ) : void

Resets the StackAlignment property to its default value.

ResetStackAnimation ( ) : void

Resets the StackAnimation property to its default value.

ResetStackMapExtraText ( ) : void

Resets the StackMapExtraText property to its default value.

ResetStackMapImage ( ) : void

Resets the StackMapImage property to its default value.

ResetStackMapText ( ) : void

Resets the StackMapText property to its default value.

ResetStackOrientation ( ) : void

Resets the StackOrientation property to its default value.

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

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

Initialize a new instance of the NavigatorStack class.
public NavigatorStack ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
Результат void

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

Resets the StackAlignment property to its default value.
public ResetStackAlignment ( ) : void
Результат void

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

Resets the StackAnimation property to its default value.
public ResetStackAnimation ( ) : void
Результат void

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

Resets the StackMapExtraText property to its default value.
public ResetStackMapExtraText ( ) : void
Результат void

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

Resets the StackMapImage property to its default value.
public ResetStackMapImage ( ) : void
Результат void

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

Resets the StackMapText property to its default value.
public ResetStackMapText ( ) : void
Результат void

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

Resets the StackOrientation property to its default value.
public ResetStackOrientation ( ) : void
Результат void