Grid.GetColumn(UIElement) Metodo

Definizione

Ottiene il valore della proprietà associata Column da un oggetto UIElement specificato.

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

Parametri

element
UIElement

Elemento da cui leggere il valore della proprietà.

Restituisce

Valore della proprietà associata Column .

Attributi

Si applica a