RenderOptions::GetEdgeMode Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the EdgeMode attached property for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] 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::EdgeModeThe current value of the EdgeMode attached property on the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified target is null. |
The default value for non-text drawing primitives, such as Ellipse and Polygon, is Unspecified.
.NET Framework
Available since 3.0
Available since 3.0
Show: