Typography.GetEastAsianWidths(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe EastAsianWidths pour un objet de dépendance spécifié.

public:
 static System::Windows::FontEastAsianWidths GetEastAsianWidths(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontEastAsianWidths GetEastAsianWidths (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetEastAsianWidths : System.Windows.DependencyObject -> System.Windows.FontEastAsianWidths
Public Shared Function GetEastAsianWidths (element As DependencyObject) As FontEastAsianWidths

Paramètres

element
DependencyObject

Objet de dépendance pour lequel récupérer la valeur de la propriété EastAsianWidths.

Retours

Valeur actuelle de la propriété jointe EastAsianWidths au niveau de l’objet de dépendance spécifié.

Attributs

S’applique à

Voir aussi