Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Método

Definición

Establece el valor de la EastAsianWidths propiedad adjunta para 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 va a establecer el valor de la EastAsianWidths propiedad .

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