TextElement.GetFontStretch(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 FontStretch pour un objet de dépendance spécifié.
public:
static System::Windows::FontStretch GetFontStretch(System::Windows::DependencyObject ^ element);
public static System.Windows.FontStretch GetFontStretch (System.Windows.DependencyObject element);
static member GetFontStretch : System.Windows.DependencyObject -> System.Windows.FontStretch
Public Shared Function GetFontStretch (element As DependencyObject) As FontStretch
Paramètres
- element
- DependencyObject
Objet de dépendance pour lequel récupérer la valeur de la propriété FontStretch.
Retours
Valeur actuelle de la propriété jointe FontStretch au niveau de l’objet de dépendance spécifié.
Exceptions
d
a la valeur null
.