Typography.GetKerning(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Restituisce

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

Attributi

Si applica a

Vedi anche