Grid.GetColumnSpan(UIElement) Método

Definição

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

public:
 static int GetColumnSpan(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetColumnSpan (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetColumnSpan : System.Windows.UIElement -> int
Public Shared Function GetColumnSpan (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 ColumnSpan.

Atributos

Aplica-se a