Typography.GetContextualSwashes(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata ContextualSwashes relativa a un oggetto 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 cui recuperare il valore della proprietà ContextualSwashes.

Restituisce

Int32

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

Attributi

Si applica a

Vedi anche