Click or drag to resize

GridHelpersSetRowsProperties method

Sets the new value of the RowsPropertiesProperty of a given Grid.

Namespace: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void SetRowsProperties(
	
	DependencyObject obj,
	
	string value
)

Parameters

obj  DependencyObject
Grid as DependencyObject.
value  String
A string representing the value of the RowsPropertiesProperty of a given grid.
See also