Search
FlowChart.TableFillColorAlpha Property
See Also
 



Gets or sets the alpha channel value of tables' default fill color.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
short get_TableFillColorAlpha ()
void put_TableFillColorAlpha (
    short value
)

 Property Value

A byte value. The default is 255.

 Remarks

Default value for the FillColorAlpha property of newly created tables.

 See Also