RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) Metoda

Definicja

Ustawia wartość dołączonej ClearTypeHint właściwości określonego elementu.

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

Właściwość , DependencyObject aby ustawić dołączoną ClearTypeHint właściwość .

clearTypeHint
ClearTypeHint

Nowa ClearTypeHint wartość.

Wyjątki

Określona target wartość to null.

Dotyczy