Typography.GetAnnotationAlternates(DependencyObject) Metoda

Definice

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

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

Parametry

element
DependencyObject

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

Návraty

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

Atributy

Výjimky

Vyvolá se, když element je nullhodnota .

Platí pro

Viz také