EdgeEffects Enumeration
.NET Framework (current version)
Specifies the visual effects that can be applied to the edges of a visual style element.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. |
The EdgeEffects values are used as argument values in the VisualStyleRenderer::DrawEdge method.
.NET Framework
Available since 2.0
Available since 2.0
Show: