Borders.BorderEdgeStyle
- Updated2025-07-21
- 1 minute(s) read
Borders.BorderEdgeStyle
Syntax
Borders.BorderEdgeStyle
Data Type
Use the following constants with this data type:
- EdgeStyle_ControlEdge –(Value: 3) The edge has the appearance of a control edge. The appearance can vary depending on the Microsoft Windows appearance settings and on the specific property to which you apply this value.
- EdgeStyle_FixedSingle –(Value: 2) The edge is a black line, one pixel thick.
- EdgeStyle_Flat –(Value: 1) The edge appears flat.
- EdgeStyle_Inset –(Value: 5) The edge has a sunken three-dimensional appearance.
- EdgeStyle_Raised –(Value: 4) The edge has a raised three-dimensional appearance.
- EdgeStyle_UI –(Value: 6) The edge uses the color from the property Borders.FrameEdgeUIStyleColor .
Purpose
Specifies the appearance of the draggable borders the control displays.