C# Класс ComponentFactory.Quicksilver.Layout.MetaWrapPanel

MetaPanel predefined with WrapLayout appropriate settings.
Наследование: FixedMetaPanelBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BreakAfterProperty System.Windows.DependencyProperty
ItemHeightProperty DependencyProperty
ItemWidthProperty DependencyProperty
OrientationProperty DependencyProperty

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

Метод Описание
GetBreakAfter ( UIElement element ) : bool

Gets the BreakAfter attached property of the provided element.

SetBreakAfter ( UIElement element, bool value ) : void

Sets the BreakAfter attached property of the provided element.

Приватные методы

Метод Описание
MetaWrapPanel ( ) : System
OnWrapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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

GetBreakAfter() публичный статический Метод

Gets the BreakAfter attached property of the provided element.
public static GetBreakAfter ( UIElement element ) : bool
element UIElement Target element.
Результат bool

SetBreakAfter() публичный статический Метод

Sets the BreakAfter attached property of the provided element.
public static SetBreakAfter ( UIElement element, bool value ) : void
element UIElement Target element.
value bool BreakAfter value.
Результат void

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

BreakAfterProperty публичное статическое свойство

Identifies the Break dependency property.
public static DependencyProperty,System.Windows BreakAfterProperty
Результат System.Windows.DependencyProperty

ItemHeightProperty публичное статическое свойство

Identifies the ItemHeight dependency property.
public static DependencyProperty ItemHeightProperty
Результат DependencyProperty

ItemWidthProperty публичное статическое свойство

Identifies the ItemWidth dependency property.
public static DependencyProperty ItemWidthProperty
Результат DependencyProperty

OrientationProperty публичное статическое свойство

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
Результат DependencyProperty