VariableSizedWrapGrid.GetRowSpan(UIElement) Méthode

Définition

Obtient la valeur de la propriété jointe XAML VariableSizedWrapGrid.RowSpan à partir d’un élément cible.

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

Paramètres

element
UIElement

Élément cible.

Retours

Int32

int

Valeur obtenue.

Remarques

Pour plus d’informations, consultez la propriété jointe VariableSizedWrapGrid.RowSpan .

S’applique à

Voir aussi