C# Class Unlimited.Framework.AutoLayoutGrid

Inheritance: System.Windows.Controls.Grid
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
CellHeightProperty System.Windows.DependencyProperty
CellWidthProperty System.Windows.DependencyProperty
ColumnsProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty

Public Methods

Method Description
AutoLayoutGrid ( ) : System
BindGridStructure ( ) : void

Private Methods

Method Description
OnPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

AutoLayoutGrid() public method

public AutoLayoutGrid ( ) : System
return System

BindGridStructure() public method

public BindGridStructure ( ) : void
return void

Property Details

CellHeightProperty public static property

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

CellWidthProperty public static property

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

ColumnsProperty public static property

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

RowsProperty public static property

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