VariableSizedWrapGrid.GetRowSpan(UIElement) Method

Definition

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.

Applies to

See also