C# Class DynamicXaml.MarkupSystem.QuickGrid

Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

Свойство Type Description
ColumnsProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty
WithProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddColumns ( string newValue, Grid g ) : void
AddRows ( string newValue, Grid g ) : void
HandleChange ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetColumns() public static méthode

public static GetColumns ( Grid element ) : string
element System.Windows.Controls.Grid
Résultat string

GetRows() public static méthode

public static GetRows ( Grid element ) : string
element System.Windows.Controls.Grid
Résultat string

GetWith() public static méthode

public static GetWith ( Grid element ) : string
element System.Windows.Controls.Grid
Résultat string

SetColumns() public static méthode

public static SetColumns ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Résultat void

SetRows() public static méthode

public static SetRows ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Résultat void

SetWith() public static méthode

public static SetWith ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
Résultat void

Property Details

ColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnsProperty
Résultat System.Windows.DependencyProperty

RowsProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowsProperty
Résultat System.Windows.DependencyProperty

WithProperty public_oe static_oe property

public static DependencyProperty,System.Windows WithProperty
Résultat System.Windows.DependencyProperty