Typography.GetVariants(DependencyObject) Método

Definición

Devuelve el valor de la propiedad adjunta Variants de 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 recupera el valor de la propiedad Variants.

Devoluciones

FontVariants

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

Atributos

Se aplica a

Consulte también