Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Metodo

Definizione

Imposta il valore della EastAsianWidths proprietà associata per un oggetto di dipendenza specificato.

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)

Parametri

element
DependencyObject

Oggetto dipendenza per il quale impostare il valore della EastAsianWidths proprietà .

value
FontEastAsianWidths

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche