VariableSizedWrapGrid.GetRowSpan(UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .