Click or drag to resize

StyleBindingsGetRowDefinitions Method

Gets the row definitions attached via the RowDefinitions attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static RowDefinitionCollection? GetRowDefinitions(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the row definitions are attached to.

Return Value

Type: RowDefinitionCollection
The row definitions.
See Also