Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Metoda

Definice

Nastaví hodnotu EastAsianWidths připojené vlastnosti pro zadaný objekt závislosti.

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)

Parametry

element
DependencyObject

Objekt závislosti, pro který chcete nastavit hodnotu EastAsianWidths vlastnosti.

value
FontEastAsianWidths

Nová hodnota, na kterou se vlastnost nastaví.

Výjimky

Vyvolá se, když element je nullhodnota .

Platí pro

Viz také