Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to

See also


Feedback

Was this page helpful?