RelativePanel.GetAlignHorizontalCenterWithPanel(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.AlignHorizontalCenterWithPanel pour l’élément cible.
public:
static bool GetAlignHorizontalCenterWithPanel(UIElement ^ element);
static bool GetAlignHorizontalCenterWithPanel(UIElement const& element);
public static bool GetAlignHorizontalCenterWithPanel(UIElement element);
function getAlignHorizontalCenterWithPanel(element)
Public Shared Function GetAlignHorizontalCenterWithPanel (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.AlignHorizontalCenterWithPanel de l’objet spécifié. (true pour centrer horizontalement cet élément dans le 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.AlignHorizontalCenterWithPanel en XAML et vous n’avez pas besoin de cette méthode. Pour plus d’informations, consultez la propriété jointe RelativePanel.AlignHorizontalCenterWithPanel .