VariableSizedWrapGrid.GetRowSpan(UIElement) Metodo

Definizione

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

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

Parametri

element
UIElement

Elemento di destinazione.

Restituisce

Int32

int

Valore ottenuto.

Commenti

Per altre info, vedi la proprietà associata VariableSizedWrapGrid.RowSpan .

Si applica a

Vedi anche