Typography.GetHistoricalLigatures(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Restituisce

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

Attributi

Si applica a

Vedi anche