C# Класс Fluent.GalleryGroupContainer

Represents container of grouped gallery items in GalleryPanel or Gallery
Наследование: System.Windows.Controls.HeaderedItemsControl
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Determinates item's size (return Size.Empty in case of it is not possible)

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

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

Called to remeasure a control.

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

Метод Описание
FindItemsPanel ( DependencyObject obj ) : System.Windows.Controls.Panel
GalleryGroupContainer ( ) : System

Static constructor

GetItemWidth ( ) : double
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnMaxMinItemsInRowChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateMaxWidth ( ) : void

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

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

Determinates item's size (return Size.Empty in case of it is not possible)
public GetItemSize ( ) : Size
Результат System.Windows.Size

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

Called to remeasure a control.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size The maximum size that the method can return.
Результат System.Windows.Size

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

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

Using a DependencyProperty as the backing store for IsHeadered. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsHeaderedProperty
Результат System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for ItemHeight. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ItemHeightProperty
Результат System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for ItemWidth. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ItemWidthProperty
Результат System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for ItemsInRow. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MaxItemsInRowProperty
Результат System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for ItemsInRow. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MinItemsInRowProperty
Результат System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows OrientationProperty
Результат System.Windows.DependencyProperty