Condividi tramite


Typography.GetStandardLigatures(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

Oggetto di dipendenza per cui recuperare il valore della proprietà StandardLigatures .

Restituisce

Boolean

bool

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

Si applica a

Vedi anche