C# Class DynamicXaml.MarkupSystem.QuickGrid

Datei anzeigen Open project: flq/XamlTags

Public Properties

Property Type Description
ColumnsProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty
WithProperty System.Windows.DependencyProperty

Public Methods

Method 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

Method 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 method

public static GetColumns ( Grid element ) : string
element System.Windows.Controls.Grid
return string

GetRows() public static method

public static GetRows ( Grid element ) : string
element System.Windows.Controls.Grid
return string

GetWith() public static method

public static GetWith ( Grid element ) : string
element System.Windows.Controls.Grid
return string

SetColumns() public static method

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

SetRows() public static method

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

SetWith() public static method

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

Property Details

ColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnsProperty
return System.Windows.DependencyProperty

RowsProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowsProperty
return System.Windows.DependencyProperty

WithProperty public_oe static_oe property

public static DependencyProperty,System.Windows WithProperty
return System.Windows.DependencyProperty