RenderOptions.GetClearTypeHint(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata ClearTypeHint 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

DependencyObject per il quale recuperare la proprietà associata ClearTypeHint.

Restituisce

Il valore della proprietà associata ClearTypeHint per target.

Attributi

Si applica a