C# Class RatChat.Controls.GridHelpers

Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

Свойство Type Description
RowCountProperty System.Windows.DependencyProperty

Méthodes publiques

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

Method Details

GetRowCount() public static méthode

public static GetRowCount ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
Résultat int

RowCountChanged() public static méthode

public static RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SetRowCount() public static méthode

public static SetRowCount ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
Résultat 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
Résultat System.Windows.DependencyProperty