Typography.GetFraction(DependencyObject) Metoda

Definice

Vrátí hodnotu Fraction připojené vlastnosti pro zadaný objekt závislosti.

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

Parametry

element
DependencyObject

Objekt závislosti, pro který chcete načíst hodnotu Fraction vlastnosti.

Návraty

FontFraction

Aktuální hodnota Fraction připojené vlastnosti u zadaného objektu závislosti.

Atributy

Platí pro

Viz také