RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) Metodo

Definizione

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

public:
 static void SetClearTypeHint(System::Windows::DependencyObject ^ target, System::Windows::Media::ClearTypeHint clearTypeHint);
public static void SetClearTypeHint(System.Windows.DependencyObject target, System.Windows.Media.ClearTypeHint clearTypeHint);
static member SetClearTypeHint : System.Windows.DependencyObject * System.Windows.Media.ClearTypeHint -> unit
Public Shared Sub SetClearTypeHint (target As DependencyObject, clearTypeHint As ClearTypeHint)

Parametri

target
DependencyObject

Oggetto DependencyObject su cui impostare la ClearTypeHint proprietà associata.

clearTypeHint
ClearTypeHint

Nuovo ClearTypeHint valore.

Eccezioni

L'oggetto specificato target è null.

Si applica a