RenderOptions.GetClearTypeHint(DependencyObject) Method

Definition

Gets the value of the ClearTypeHint attached property of the specified element.

public:
 static System::Windows::Media::ClearTypeHint GetClearTypeHint(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.ClearTypeHint GetClearTypeHint (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetClearTypeHint : System.Windows.DependencyObject -> System.Windows.Media.ClearTypeHint
Public Shared Function GetClearTypeHint (target As DependencyObject) As ClearTypeHint

Parameters

target
DependencyObject

The DependencyObject to retrieve the ClearTypeHint attached property for.

Returns

The value of the ClearTypeHint attached property for target.

Attributes

Applies to