Grid.GetColumn(UIElement) Metoda

Definice

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

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

Parametry

element
UIElement

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

Návraty

Hodnota Column připojené vlastnosti.

Atributy

Platí pro