Grid.GetRowSpan(UIElement) Metoda

Definice

Získá hodnotu RowSpan připojené vlastnosti z daného UIElementobjektu .

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

Parametry

element
UIElement

Prvek, ze kterého se má číst hodnota vlastnosti.

Návraty

Hodnota RowSpan připojené vlastnosti.

Atributy

Platí pro