Typography.GetVariants(DependencyObject) Método

Definición

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

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

Parámetros

element
DependencyObject

Objeto de dependencia para el que se va a recuperar el valor de la Variants propiedad .

Devoluciones

Valor actual de la Variants propiedad adjunta en el objeto de dependencia especificado.

Atributos

Se aplica a

Consulte también