Grid.GetColumnSpan(UIElement) Metodo

Definizione

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

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

Parametri

element
UIElement

Elemento da cui leggere il valore della proprietà.

Valori restituiti

Valore della ColumnSpan proprietà associata.

Attributi

Si applica a