EdgeMode Enumeration
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.