Typography.GetContextualLigatures(DependencyObject) Metod

Definition

Returnerar värdet för den ContextualLigatures anslutna egenskapen för ett angivet beroendeobjekt.

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

Parametrar

element
DependencyObject

Beroendeobjektet som egenskapens värde ska hämtas ContextualLigatures för.

Returer

Det aktuella värdet för den ContextualLigatures anslutna egenskapen för det angivna beroendeobjektet.

Attribut

Gäller för

Se även