RenderOptions::SetEdgeMode Method (DependencyObject^, EdgeMode)

 

Sets the value of the EdgeMode attached property on a specified dependency object.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void SetEdgeMode(
	DependencyObject^ target,
	EdgeMode edgeMode
)

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.

The following example shows how to use the SetEdgeMode method to set the edge mode for a visual object to Aliased.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: