C# Класс DynamicXaml.MarkupSystem.QuickGrid

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

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

Свойство Тип Описание
ColumnsProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty
WithProperty System.Windows.DependencyProperty

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

Метод Описание
GetColumns ( Grid element ) : string
GetRows ( Grid element ) : string
GetWith ( Grid element ) : string
SetColumns ( Grid element, string value ) : void
SetRows ( Grid element, string value ) : void
SetWith ( Grid element, string value ) : void

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

Метод Описание
AddColumns ( string newValue, Grid g ) : void
AddRows ( string newValue, Grid g ) : void
HandleChange ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

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

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

public static GetColumns ( Grid element ) : string
element System.Windows.Controls.Grid
Результат string

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

public static GetRows ( Grid element ) : string
element System.Windows.Controls.Grid
Результат string

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

public static GetWith ( Grid element ) : string
element System.Windows.Controls.Grid
Результат string

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

public static SetColumns ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Результат void

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

public static SetRows ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Результат void

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

public static SetWith ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Результат void

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

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

public static DependencyProperty,System.Windows ColumnsProperty
Результат System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RowsProperty
Результат System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows WithProperty
Результат System.Windows.DependencyProperty