Condividi tramite


Typography.GetDiscretionaryLigatures(DependencyObject) Metodo

Definizione

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

public:
 static bool GetDiscretionaryLigatures(DependencyObject ^ element);
 static bool GetDiscretionaryLigatures(DependencyObject const& element);
public static bool GetDiscretionaryLigatures(DependencyObject element);
function getDiscretionaryLigatures(element)
Public Shared Function GetDiscretionaryLigatures (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Oggetto dipendenza per il quale recuperare il valore della proprietà DiscretionaryLigatures .

Restituisce

Boolean

bool

Valore corrente della proprietà associata DiscretionaryLigatures nell'oggetto dipendenza specificato.

Si applica a

Vedi anche