RenderOptions.GetClearTypeHint(DependencyObject) Metodo

Definizione

Ottiene il valore della ClearTypeHint proprietà associata dell'elemento specificato.

public:
 static System::Windows::Media::ClearTypeHint GetClearTypeHint(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.ClearTypeHint GetClearTypeHint(System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetClearTypeHint : System.Windows.DependencyObject -> System.Windows.Media.ClearTypeHint
Public Shared Function GetClearTypeHint (target As DependencyObject) As ClearTypeHint

Parametri

target
DependencyObject

Oggetto DependencyObject per cui recuperare la ClearTypeHint proprietà associata.

Valori restituiti

Valore della ClearTypeHint proprietà associata per target.

Attributi

Si applica a