Typography.GetContextualSwashes(DependencyObject) Metodo

Definizione

Restituisce il valore della ContextualSwashes proprietà associata per un oggetto di dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per il quale recuperare il valore della ContextualSwashes proprietà.

Valori restituiti

Valore corrente della ContextualSwashes proprietà associata nell'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche