Typography.SetEastAsianExpertForms(DependencyObject, Boolean) Metodo

Definizione

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

public:
 static void SetEastAsianExpertForms(System::Windows::DependencyObject ^ element, bool value);
public static void SetEastAsianExpertForms (System.Windows.DependencyObject element, bool value);
static member SetEastAsianExpertForms : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetEastAsianExpertForms (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà EastAsianExpertForms.

value
Boolean

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche