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

Base class for implementation of 'Bar' modes.
Наследование: ViewBuilderItemBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_layoutBarSeparatorFirst ComponentFactory.Krypton.Toolkit.ViewLayoutSeparator
_layoutBarSeparatorLast ComponentFactory.Krypton.Toolkit.ViewLayoutSeparator
_layoutPanelDocker ComponentFactory.Krypton.Toolkit.ViewLayoutDocker

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

Метод Описание
GetPopupPagePosition ( ) : PopupPagePosition

Gets the appropriate popup page position for the current mode.

Защищенные методы

Метод Описание
OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Process the change in a property that might effect the view builder.

UpdateFirstItemInset ( ) : void

Update the separator used to inset the first item.

UpdateLastItemInset ( ) : void

Update the separator used to inset the last item.

UpdateOrientation ( ) : void

Update the bar orientation.

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

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

Gets the appropriate popup page position for the current mode.
public GetPopupPagePosition ( ) : PopupPagePosition
Результат PopupPagePosition

OnViewBuilderPropertyChanged() защищенный Метод

Process the change in a property that might effect the view builder.
protected OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
Результат void

UpdateFirstItemInset() защищенный Метод

Update the separator used to inset the first item.
protected UpdateFirstItemInset ( ) : void
Результат void

UpdateLastItemInset() защищенный Метод

Update the separator used to inset the last item.
protected UpdateLastItemInset ( ) : void
Результат void

UpdateOrientation() защищенный Метод

Update the bar orientation.
protected UpdateOrientation ( ) : void
Результат void

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

_layoutBarSeparatorFirst защищенное свойство

protected ViewLayoutSeparator,ComponentFactory.Krypton.Toolkit _layoutBarSeparatorFirst
Результат ComponentFactory.Krypton.Toolkit.ViewLayoutSeparator

_layoutBarSeparatorLast защищенное свойство

protected ViewLayoutSeparator,ComponentFactory.Krypton.Toolkit _layoutBarSeparatorLast
Результат ComponentFactory.Krypton.Toolkit.ViewLayoutSeparator

_layoutPanelDocker защищенное свойство

protected ViewLayoutDocker,ComponentFactory.Krypton.Toolkit _layoutPanelDocker
Результат ComponentFactory.Krypton.Toolkit.ViewLayoutDocker