C# Класс SilverlightFX.UserInterface.WrapPanel

A panel that positions child elements sequentially from left to right or top to bottom. When elements extend beyond the panel edge, elements are positioned in the next row or column.
Наследование: System.Windows.Controls.AnimatedPanel
Показать файл Открыть проект

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

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

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

Метод Описание
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size constraint ) : Size

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

Метод Описание
AreClose ( double left, double right ) : bool
ArrangeLine ( int lineStart, int lineEnd, double directDelta, double indirectOffset, double indirectGrowth ) : void
IsGreaterThan ( double left, double right ) : bool
OnLayoutPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

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

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

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Результат System.Windows.Size

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

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Результат System.Windows.Size

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

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

Represents the ItemHeight property.
public static DependencyProperty,System.Windows ItemHeightProperty
Результат System.Windows.DependencyProperty

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

Represents the ItemWidth property.
public static DependencyProperty,System.Windows ItemWidthProperty
Результат System.Windows.DependencyProperty

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

Represents the Orientation property.
public static DependencyProperty,System.Windows OrientationProperty
Результат System.Windows.DependencyProperty