RenderOptions::SetEdgeMode Method (DependencyObject^, EdgeMode)
.NET Framework (current version)
Sets the value of the EdgeMode attached property on a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object on which to set the value of the EdgeMode property
- edgeMode
-
Type:
System.Windows.Media::EdgeMode
The new value to set the property to.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified target is null. |
Text objects are always displayed with anti-aliasing, and are unaffected by setting the edge mode value. When you set the edge mode value of a visual object, all the descendant drawing primitives of the visual object are set to the same edge mode value.
.NET Framework
Available since 3.0
Available since 3.0
Show: