C# Класс iNGen.Helpers.GridUtils

Показать файл Открыть проект

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

Свойство Тип Описание
ColumnDefinitionsProperty System.Windows.DependencyProperty
RowDefinitionsProperty System.Windows.DependencyProperty

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

Метод Описание
GetColumnDefinitions ( DependencyObject d ) : string

Gets the value of the ColumnDefinitions property

GetRowDefinitions ( DependencyObject d ) : string

Gets the value of the RowDefinitions property

SetColumnDefinitions ( DependencyObject d, string value ) : void

Sets the value of the ColumnDefinitions property

SetRowDefinitions ( DependencyObject d, string value ) : void

Sets the value of the RowDefinitions property

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

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

Handles property changed event for the ColumnDefinitions property, constructing the required ColumnDefinitions elements on the grid which this property is attached to.

OnRowDefinitionsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles property changed event for the RowDefinitions property, constructing the required RowDefinitions elements on the grid which this property is attached to.

ParseLength ( string length ) : GridLength

Parses a string to create a GridLength

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

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

Gets the value of the ColumnDefinitions property
public static GetColumnDefinitions ( DependencyObject d ) : string
d System.Windows.DependencyObject
Результат string

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

Gets the value of the RowDefinitions property
public static GetRowDefinitions ( DependencyObject d ) : string
d System.Windows.DependencyObject
Результат string

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

Sets the value of the ColumnDefinitions property
public static SetColumnDefinitions ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
Результат void

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

Sets the value of the RowDefinitions property
public static SetRowDefinitions ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
Результат void

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

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

Identifies the ColumnDefinitions attached property
public static DependencyProperty,System.Windows ColumnDefinitionsProperty
Результат System.Windows.DependencyProperty

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

Identified the RowDefinitions attached property
public static DependencyProperty,System.Windows RowDefinitionsProperty
Результат System.Windows.DependencyProperty