This topic has not yet been rated - Rate this topic

RenderOptions.GetEdgeMode Method

Returns the value of the EdgeMode attached property for a specified dependency object.

Namespace:  System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)
[AttachedPropertyBrowsableForTypeAttribute(typeof(DependencyObject))]
public static EdgeMode GetEdgeMode(
	DependencyObject target
)

Parameters

target
Type: System.Windows.DependencyObject
The dependency object from which to retrieve the value of the EdgeMode attached property.

Return Value

Type: System.Windows.Media.EdgeMode
The current value of the EdgeMode attached property on the specified dependency object.
ExceptionCondition
ArgumentNullException

The specified target is null.

The default value for non-text drawing primitives, such as Ellipse and Polygon, is Unspecified.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.