Typography.GetFraction(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata Fraction relativa a un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per cui recuperare il valore della proprietà Fraction.

Restituisce

FontFraction

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

Attributi

Si applica a

Vedi anche