RenderOptions.GetClearTypeHint(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.