Edges Enumeration
.NET Framework (current version)
Specifies which edges of a visual style element to draw.
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 | |
|---|---|---|
| Bottom | The bottom edge of the element. | |
| Diagonal | A diagonal border. | |
| Left | The left edge of the element. | |
| Right | The right edge of the element. | |
| Top | The top edge of the element. |
The Edges values are used as argument values in the VisualStyleRenderer::DrawEdge method.
.NET Framework
Available since 2.0
Available since 2.0
Show: