System.Windows.Forms.VisualStyles.EdgeStyle Enumeration

Specifies the styles that can be applied to the edges of a visual style element.

Syntax

public enum EdgeStyle

Remarks

The System.Windows.Forms.VisualStyles.EdgeStyle values are used as argument values in the VisualStyleRenderer.DrawEdge(System.Drawing.IDeviceContext, System.Drawing.Rectangle, Edges, EdgeStyle, EdgeEffects) method.

Members

Member NameDescription
Bump

The edges are drawn to appear raised on the outside and sunken on the inside.

Etched

The edges are drawn to appear sunken on the outside and raised on the inside.

Raised

The edges are drawn to make the element seem raised.

Sunken

The edges are drawn to make the element seem sunken.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0