Typography.GetEastAsianWidths(DependencyObject) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca wartość dołączonej EastAsianWidths właściwości dla określonego obiektu zależności.
public:
static System::Windows::FontEastAsianWidths GetEastAsianWidths(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontEastAsianWidths GetEastAsianWidths (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetEastAsianWidths : System.Windows.DependencyObject -> System.Windows.FontEastAsianWidths
Public Shared Function GetEastAsianWidths (element As DependencyObject) As FontEastAsianWidths
Parametry
- element
- DependencyObject
Obiekt zależności, dla którego ma pobrać wartość EastAsianWidths właściwości.
Zwraca
Bieżąca wartość dołączonej EastAsianWidths właściwości dla określonego obiektu zależności.
- Atrybuty