Typography.GetContextualLigatures(DependencyObject) Methode

Definition

Gibt den Wert der angefügten ContextualLigatures-Eigenschaft für ein angegebenes Abhängigkeitsobjekt zurück.

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

Parameter

element
DependencyObject

Das Abhängigkeitsobjekt, für das der Wert der ContextualLigatures-Eigenschaft abgerufen werden soll.

Gibt zurück

Der aktuelle Wert der angefügten ContextualLigatures-Eigenschaft für das angegebene Abhängigkeitsobjekt.

Attribute

Gilt für:

Weitere Informationen