System.Windows.Forms.VisualStyles.EdgeEffects Enumeration

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

Syntax

[System.Flags]
public enum EdgeEffects

Remarks

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

Members

Member NameDescription
FillInterior

The area within the element borders is filled.

Flat

The border is flat.

Mono

The border is one-dimensional.

None

The border is drawn without any effects.

Soft

The border is soft.

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