[Overview][Types][Classes][Index] |
Specifies the drawing style used for the outer border of the control.
Source position: toolwin.pp line 72
public property TToolWindow.EdgeOuter : TEdgeStyle |
EdgeOuter is a TEdgeStyle property that specifies the drawing style used for the outer border of the control. The default value for the property is esLowered.
EdgeOuter is used, along with EdgeInner, to give the control a beveled 3D appearance. Use EdgeInner to control the drawing style for the inner border on the control.
Use EdgeBorders to specify the positions (for both inner and outer) where borders are drawn.
|
Enumeration type with values that specify the drawing style for borders. |
|
|
Specifies the drawing style used for the inner border of the control. |
|
|
Indicates the edges to be drawn with a border on the control. |
Version 4.0 | Generated 2025-05-03 | Home |