RelativePanel.GetAlignLeftWithPanel(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.AlignLeftWithPanel pour l’élément cible.
public:
static bool GetAlignLeftWithPanel(UIElement ^ element);
static bool GetAlignLeftWithPanel(UIElement const& element);
public static bool GetAlignLeftWithPanel(UIElement element);
function getAlignLeftWithPanel(element)
Public Shared Function GetAlignLeftWithPanel (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.AlignLeftWithPanel de l’objet spécifié. (true pour aligner le bord gauche de cet élément sur le bord gauche 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.AlignLeftWithPanel en XAML et vous n’aurez pas besoin de cette méthode. Pour plus d’informations, consultez la propriété jointe RelativePanel.AlignLeftWithPanel .