RenderOptions::GetClearTypeHint Method (DependencyObject^)

.NET Framework (current version)
 

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

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))]
static ClearTypeHint GetClearTypeHint(
	DependencyObject^ target
)

Parameters

target
Type: System.Windows::DependencyObject^

The DependencyObject to retrieve the ClearTypeHint attached property for.

Return Value

Type: System.Windows.Media::ClearTypeHint

The value of the ClearTypeHint attached property for target.

.NET Framework
Available since 4.0
Return to top
Show: