VariableSizedWrapGrid.GetRowSpan(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the VariableSizedWrapGrid.RowSpan XAML attached property from a target element.
public:
static int GetRowSpan(UIElement ^ element);
static int GetRowSpan(UIElement const& element);
public static int GetRowSpan(UIElement element);
function getRowSpan(element)
Public Shared Function GetRowSpan (element As UIElement) As Integer
Parameters
- element
- UIElement
The target element.
Returns
Int32
int
The obtained value.
Remarks
For more info, see the VariableSizedWrapGrid.RowSpan attached property.