EdgeMode Enumeration
Determines how the edges of non-text drawing primitives are rendered.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.