Search
FlowChart.ArrowFillColorAlpha Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
short get_ArrowFillColorAlpha ()
void put_ArrowFillColorAlpha (
    short value
)

 Property Value

A byte value. The default is 255.

 Remarks

Default value for the FillColorAlpha property of newly created arrows.

 See Also