Typography.GetContextualSwashes(DependencyObject) Método

Definición

Devuelve el valor de la propiedad adjunta ContextualSwashes de un objeto de dependencia especificado.

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

Parámetros

element
DependencyObject

Objeto de dependencia para el que se recupera el valor de la propiedad ContextualSwashes.

Devoluciones

Int32

Valor actual de la propiedad asociada ContextualSwashes del objeto de dependencia especificado.

Atributos

Se aplica a

Consulte también