Typography.GetStandardLigatures(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Restituisce

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

Attributi

Si applica a

Vedi anche