C# Класс WinRTXamlToolkit.Controls.UniformGrid

Provides a way to arrange content in a grid where all the cells in the grid have the same size.
Наследование: Windows.UI.Xaml.Controls.Panel
Показать файл Открыть проект

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

Свойство Тип Описание
ColumnsProperty Windows.UI.Xaml.DependencyProperty
FirstColumnProperty Windows.UI.Xaml.DependencyProperty
RowsProperty Windows.UI.Xaml.DependencyProperty

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

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

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.

MeasureOverride ( Size constraint ) : Size

Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.

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

Метод Описание
UpdateComputedValues ( ) : void

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

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

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize Windows.Foundation.Size /// The final area within the parent that this object should use to arrange itself /// and its children. ///
Результат Windows.Foundation.Size

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

Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior.
protected MeasureOverride ( Size constraint ) : Size
constraint Windows.Foundation.Size /// The available size that this object can give to child objects. Infinity can /// be specified as a value to indicate that the object will size to whatever /// content is available.
Результат Windows.Foundation.Size

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

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

Identifies the Columns dependency property.
public static DependencyProperty,Windows.UI.Xaml ColumnsProperty
Результат Windows.UI.Xaml.DependencyProperty

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

Identifies the FirstColumn dependency property.
public static DependencyProperty,Windows.UI.Xaml FirstColumnProperty
Результат Windows.UI.Xaml.DependencyProperty

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

Identifies the Rows dependency property.
public static DependencyProperty,Windows.UI.Xaml RowsProperty
Результат Windows.UI.Xaml.DependencyProperty