 | GridHelpersSetRowCount Methode |
Sets the RowCount of a given Grid to the given value.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static void SetRowCount(
DependencyObject obj,
int value
)
Public Shared Sub SetRowCount (
obj As DependencyObject,
value As Integer
)
public:
static void SetRowCount(
DependencyObject^ obj,
int value
)
static member SetRowCount :
obj : DependencyObject *
value : int -> unit
Parameter
- obj DependencyObject
- Grid as DependencyObject.
- value Int32
- New RowCount for the given Grid.
Siehe auch