Grid.GetColumnSpan(UIElement) Metoda

Definice

Získá hodnotu ColumnSpan připojené vlastnosti z daného UIElement.

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

Parametry

element
UIElement

Prvek, ze kterého chcete přečíst hodnotu vlastnosti.

Návraty

Hodnota ColumnSpan připojené vlastnosti.

Atributy

Platí pro