 | GridHelpersSetRowsProperties Methode |
Sets the new value of the RowsPropertiesProperty of a given Grid.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static void SetRowsProperties(
DependencyObject obj,
string value
)
Public Shared Sub SetRowsProperties (
obj As DependencyObject,
value As String
)
public:
static void SetRowsProperties(
DependencyObject^ obj,
String^ value
)
static member SetRowsProperties :
obj : DependencyObject *
value : string -> unit
Parameter
- obj DependencyObject
- Grid as DependencyObject.
- value String
- A string representing the value of the RowsPropertiesProperty of a given Grid.
Siehe auch