Typography.GetContextualLigatures(DependencyObject) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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