Gets the value of the Grid.Row XAML attached property from the specified
FrameworkElement.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static int GetRow(
UIElement element
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
The element from which to read the property value.
Return Value
Type:
Int32The value of the Grid.Row XAML attached property on the target element.
See Also