The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



GaugeFrameStyle


Unit: SDL_numio
Class: TNumIO2
Declaration: property GaugeFrameStyle: TFrameStyle;

The property GaugeFrameStyle determines the style of the box enclosing the gauge bar of the control. In the case of GaugeFrameStyle being set to fsSimple, the property GaugeColorFrame controls the color of the frame. The following styles are available:

fsNone no box at all
fsSimple a single line box around the gauge bar
fsLowered a box which appears to be lowered
fsRaised a box which seem to be raised against its background
fsEngraved an engraved line is drawn around the input field
fsEmbossed the box is formed by an embossed line

Hint: Please note that the options fsEmbossed and fsEngraved are not supported for themed layouts. They could lead to unwanted visual effects if the application uses a themed layout.



Last Update: 2023-Dec-26