Share via


VariableSizedWrapGrid.GetColumnSpan(UIElement) Metodo

Definizione

Ottiene il valore della proprietà associata VariableSizedWrapGrid.ColumnSpan XAML da un elemento di destinazione.

public:
 static int GetColumnSpan(UIElement ^ element);
 static int GetColumnSpan(UIElement const& element);
public static int GetColumnSpan(UIElement element);
function getColumnSpan(element)
Public Shared Function GetColumnSpan (element As UIElement) As Integer

Parametri

element
UIElement

Elemento di destinazione.

Restituisce

Int32

int

Valore ottenuto.

Commenti

Per altre informazioni, vedere la proprietà associata VariableSizedWrapGrid.ColumnSpan .

Si applica a

Vedi anche