Grid.GetColumn(UIElement) Metoda

Definice

Získá hodnotu Column připojené vlastnosti z dané 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 se má číst hodnota vlastnosti.

Návraty

Int32

Hodnota Column připojené vlastnosti.

Atributy

Platí pro