C# Class RatChat.Controls.GridHelpers

Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Properties

Property Type Description
RowCountProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetRowCount ( DependencyObject obj ) : int
RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetRowCount ( DependencyObject obj, int value ) : void

Method Details

GetRowCount() public static method

public static GetRowCount ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
return int

RowCountChanged() public static method

public static RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetRowCount() public static method

public static SetRowCount ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
return void

Property Details

RowCountProperty public_oe static_oe property

Adds the specified number of Rows to RowDefinitions. Default Height is Auto
public static DependencyProperty,System.Windows RowCountProperty
return System.Windows.DependencyProperty