Typography.GetHistoricalLigatures(DependencyObject) Metoda

Definice

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

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

Parametry

element
DependencyObject

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

Návraty

Boolean

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

Atributy

Platí pro

Viz také