Click or drag to resize
GridSetRow Method
Sets the value of the Grid.Row XAML attached property on the specified FrameworkElement.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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