Grid.GetColumn(UIElement) Método

Definição

Obtém o valor da propriedade anexada Column de uma UIElement fornecida.

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 o valor da propriedade é lido.

Retornos

Int32

O valor da propriedade anexada Column.

Atributos

Aplica-se a