Typography.GetDiscretionaryLigatures(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Restituisce

Boolean

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

Attributi

Si applica a

Vedi anche