RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) Metodo

Definizione

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

DependencyObject su cui impostare la proprietà associata ClearTypeHint.

clearTypeHint
ClearTypeHint

Nuovo valore di ClearTypeHint.

Eccezioni

Il valore specificato per il parametro target è null.

Si applica a