RenderOptions.SetClearTypeHint(DependencyObject, ClearTypeHint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定元素的 ClearTypeHint 附加属性的值。
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)
参数
- target
- DependencyObject
要设置其 DependencyObject 附加属性的 ClearTypeHint。
- clearTypeHint
- ClearTypeHint
新的 ClearTypeHint 值。
例外
指定的 target
为 null
。