Grid.SetRow Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of the Grid.Row attached property to the specified FrameworkElement.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- element
- Type: System.Windows.FrameworkElement
The element on which to set the Grid.Row attached property.
- value
- Type: System.Int32
The property value to set.
Show: