Search
FlowChart.ShadowColor Property
See Also
 



Gets or sets the color used to paint shadows.

 Syntax

VB6  Copy Code

Public Property Get ShadowColor() As Long
Public Property Let ShadowColor( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_ShadowColor ()
void put_ShadowColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:170,170,170 (gray).

 Remarks

Gets or sets the color used to paint item shadows.

 See Also