Share via


Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Método

Definición

Establece el valor de la propiedad adjunta EastAsianWidths de un objeto de dependencia especificado.

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)

Parámetros

element
DependencyObject

Objeto de dependencia para el que se establece el valor de la propiedad EastAsianWidths.

value
FontEastAsianWidths

Nuevo valor en el que se va a establecer la propiedad.

Excepciones

Se genera cuando element es null.

Se aplica a

Consulte también