Typography.SetContextualLigatures(DependencyObject, Boolean) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

value
Boolean

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche