Copyright © 2003-2024 MultiMedia Soft

HollowFrame property

Previous pageReturn to chapter overviewNext page

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.

 

3dcm_i000134

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).