RelativePanel.GetAlignRightWithPanel(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 RelativePanel.AlignRightWithPanel pour l’élément cible.
public:
static bool GetAlignRightWithPanel(UIElement ^ element);
static bool GetAlignRightWithPanel(UIElement const& element);
public static bool GetAlignRightWithPanel(UIElement element);
function getAlignRightWithPanel(element)
Public Shared Function GetAlignRightWithPanel (element As UIElement) As Boolean
Paramètres
- element
- UIElement
Objet à partir duquel la valeur de propriété est lue.
Retours
bool
Valeur de propriété jointe XAML RelativePanel.AlignRightWithPanel de l’objet spécifié. (true pour aligner le bord droit de cet élément sur le bord droit du panneau ; sinon, false.)
Remarques
Cette méthode est une méthode utilitaire pour le système de propriétés et n’est pas utilisée dans la plupart des scénarios d’application. Dans la plupart des cas, vous définissez la propriété jointe XAML RelativePanel.AlignRightWithPanel en XAML et vous n’aurez pas besoin de cette méthode. Pour plus d’informations, consultez la propriété jointe RelativePanel.AlignRightWithPanel .