Grid.GetRowSpan(UIElement) Method

Definition

Gets the value of the RowSpan attached property from a given UIElement.

public:
 static int GetRowSpan(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetRowSpan (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetRowSpan : System.Windows.UIElement -> int
Public Shared Function GetRowSpan (element As UIElement) As Integer

Parameters

element
UIElement

The element from which to read the property value.

Returns

The value of the RowSpan attached property.

Attributes

Applies to