Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
HollowFrame property 
 
Type
[Visual Basic] 
Public Property HollowFrame As Boolean 
 
[C#] 
public bool HollowFrame {get; set;} 
 
[C++] 
public: __property bool get_HollowFrame(); 
public: __property void set_HollowFrame(bool);
 
 
Remarks
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). 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index