Share via


RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) Método

Definición

Establece el valor de la propiedad adjunta ClearTypeHint del elemento especificado.

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)

Parámetros

target
DependencyObject

The DependencyObject en el que se va a establecer el valor de la propiedad adjunta ClearTypeHint.

clearTypeHint
ClearTypeHint

Nuevo valor ClearTypeHint.

Excepciones

El target especificado es null.

Se aplica a