Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Metodo

Definizione

Imposta il valore della proprietà associata EastAsianWidths per un oggetto 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 cui impostare il valore della proprietà EastAsianWidths.

value
FontEastAsianWidths

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche