Sets the value of the Grid.Row XAML attached property on the specified FrameworkElement.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static void SetRow(
UIElement element,
int value
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
The target element on which to set the Grid.Row XAML attached property. - value
- Type: SystemInt32
The property value to set.
See Also