Condividi tramite


Typography.GetDiscretionaryLigatures(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata DiscretionaryLigatures per un oggetto di 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 di dipendenza per cui recuperare il valore della proprietà DiscretionaryLigatures .

Restituisce

Boolean

bool

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

Si applica a

Vedi anche