Condividi tramite


Typography.SetDiscretionaryLigatures(DependencyObject, Boolean) Metodo

Definizione

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

public:
 static void SetDiscretionaryLigatures(DependencyObject ^ element, bool value);
 static void SetDiscretionaryLigatures(DependencyObject const& element, bool const& value);
public static void SetDiscretionaryLigatures(DependencyObject element, bool value);
function setDiscretionaryLigatures(element, value)
Public Shared Sub SetDiscretionaryLigatures (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

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

value
Boolean

bool

Nuovo valore su cui impostare la proprietà.

Si applica a

Vedi anche