Click or drag to resize
GridGetRow Method
Gets the value of the Grid.Row XAML attached property from the specified FrameworkElement.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static int GetRow(
	UIElement element
)

Parameters

element
Type: Windows.UI.XamlUIElement
The element from which to read the property value.

Return Value

Type: Int32
The value of the Grid.Row XAML attached property on the target element.
See Also