Typography.GetStandardLigatures(DependencyObject) Metodo

Definizione

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

public:
 static bool GetStandardLigatures(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetStandardLigatures(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetStandardLigatures : System.Windows.DependencyObject -> bool
Public Shared Function GetStandardLigatures (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

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

Valori restituiti

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

Attributi

Si applica a

Vedi anche