Search
FlowChart.BoxFillColorAlpha Property
See Also
 



Gets or sets the alpha channel value for the default fill color of new boxes.

 Syntax

VB6  Copy Code

Public Property Get BoxFillColorAlpha() As Integer
Public Property Let BoxFillColorAlpha( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_BoxFillColorAlpha ()
void put_BoxFillColorAlpha (
    short value
)

 Property Value

A byte value. The default is 255 (opaque).

 Remarks

Default value for the FillColorAlpha property of newly created boxes.

 See Also