Share via


Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Méthode

Définition

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

public:
 static void SetEastAsianWidths(DependencyObject ^ element, FontEastAsianWidths value);
 static void SetEastAsianWidths(DependencyObject const& element, FontEastAsianWidths const& value);
public static void SetEastAsianWidths(DependencyObject element, FontEastAsianWidths value);
function setEastAsianWidths(element, value)
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 propriété EastAsianWidths .

value
FontEastAsianWidths

Nouvelle valeur à affecter à la propriété.

S’applique à

Voir aussi