EdgeMode Enumeration
.NET Framework 4.6 and 4.5
Determines how the edges of non-text drawing primitives are rendered.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Text objects are always displayed by using anti aliasing, and are not affected by setting the edge mode value. The default value for non-text drawing primitives, such as Ellipse and Polygon, is Unspecified.
When you set the edge mode value of a visual object, all the child drawing primitives of that visual object are set to the same EdgeMode value.
The following example shows how to use the SetEdgeMode method to set the edge mode for a drawing primitive to Aliased.
Show: