Search
Box.Opacity Property
See Also
 



Gets or sets opacity level applied to all graphic elements of the box.

 Syntax

VB6  Copy Code

Public Property Get Opacity() As Single
Public Property Let Opacity( _
    ByVal value As Single _
)

C++  Copy Code

public:
float get_Opacity ()
void put_Opacity (
    float value
)

 Property Value

A float value specifying opacity in 0-1 range. The default value is 1.

 Remarks

Semi-transparency is supported only in GDI+ Graphics mode.

 See Also