Typography.GetContextualSwashes(DependencyObject) Metoda

Definice

Vrátí hodnotu ContextualSwashes připojené vlastnosti pro zadaný objekt závislosti.

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

Parametry

element
DependencyObject

Objekt závislosti, pro který chcete načíst hodnotu ContextualSwashes vlastnosti.

Návraty

Int32

Aktuální hodnota ContextualSwashes připojené vlastnosti u zadaného objektu závislosti.

Atributy

Platí pro

Viz také