Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Méthode

Définition

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

public:
 static void SetEastAsianWidths(System::Windows::DependencyObject ^ element, System::Windows::FontEastAsianWidths value);
public static void SetEastAsianWidths(System.Windows.DependencyObject element, System.Windows.FontEastAsianWidths value);
static member SetEastAsianWidths : System.Windows.DependencyObject * System.Windows.FontEastAsianWidths -> unit
Public Shared Sub SetEastAsianWidths (element As DependencyObject, value As FontEastAsianWidths)

Paramètres

element
DependencyObject

Objet de dépendance pour lequel définir la valeur de la EastAsianWidths propriété.

value
FontEastAsianWidths

Nouvelle valeur à définir pour la propriété.

Exceptions

Déclenché quand element est null.

S’applique à

Voir aussi