Sdílet prostřednictvím


RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) Metoda

Definice

Nastaví hodnotu ClearTypeHint připojené vlastnosti zadaného prvku.

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)

Parametry

target
DependencyObject

Vlastnost DependencyObject , na ClearTypeHint které se má nastavit přidružená vlastnost.

clearTypeHint
ClearTypeHint

Nová ClearTypeHint hodnota.

Výjimky

Zadaná target hodnota je null.

Platí pro