Grid.GetColumn(UIElement) Método

Definição

Obtém o valor da Column propriedade anexada de um determinado 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

Parâmetros

element
UIElement

O elemento do qual ler o valor da propriedade.

Retornos

O valor da Column propriedade anexada.

Atributos

Aplica-se a