Typography.GetContextualAlternates(DependencyObject) Metod

Definition

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

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

Parametrar

element
DependencyObject

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

Returer

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

Attribut

Gäller för

Se även