Click or drag to resize

StyleBindingsSetRowDefinitions Method

Sets the row definitions attached via the RowDefinitions attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetRowDefinitions(
	DependencyObject obj,
	RowDefinitionCollection? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The obj.
value
Type: TomsToolbox.WpfRowDefinitionCollection
The value.
See Also