Block.GetTextAlignment(DependencyObject) 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.
Retourne la valeur de la propriété jointe TextAlignment pour un objet de dépendance spécifié.
public:
static System::Windows::TextAlignment GetTextAlignment(System::Windows::DependencyObject ^ element);
public static System.Windows.TextAlignment GetTextAlignment (System.Windows.DependencyObject element);
static member GetTextAlignment : System.Windows.DependencyObject -> System.Windows.TextAlignment
Public Shared Function GetTextAlignment (element As DependencyObject) As TextAlignment
Paramètres
- element
- DependencyObject
Objet de dépendance à partir duquel la valeur de la propriété TextAlignment doit être récupérée.
Retours
Valeur actuelle de la propriété jointe TextAlignment au niveau de l’objet de dépendance spécifié.
Exceptions
element
a la valeur null
.