Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EdgeProfile Enumeration

 

Specifies the type of curve to apply to the edge of a bitmap.

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

public enum EdgeProfile

Member nameDescription
BulgedUp

An edge that curves up and then down, like a ridge.

CurvedIn

A concave edge that curves in.

CurvedOut

A convex edge that curves out.

Linear

An edge that is a straight line.

The following figure illustrates the different values of this enumeration.

Screenshot: Compare values of EdgeProfile

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft