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.
// Set the edge mode to aliased for the visual and any descendant drawing primitives it has.
RenderOptions.SetEdgeMode((DependencyObject)myVisual, EdgeMode.Aliased);
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.