Typography.SetDiscretionaryLigatures(DependencyObject, Boolean) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

value
Boolean

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche