Boolean value that enables/disables the creation of hollow frames.
This property is available for the Ctl3dGroupBox control only.
Supported values are the following:
Value
|
Meaning
|
False (default)
|
Creates a solid frame.
|
True
|
Creates a hollow frame.
|
The effect above can be obtained setting the HollowFrame property to True and, in order to generate an optimal anti-aliasing with the picture below, setting the SurfaceTransparentFactor to 1 or higher (in the screenshot above it has been set to 128).
|