Search
FlowChart.ShowShadows Property
See Also
 



Gets or sets a value indicating whether shadows should be visible.

 Syntax

VB6  Copy Code

Public Property Get ShowShadows() As Boolean
Public Property Let ShowShadows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ShowShadows ()
void put_ShowShadows (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

If set to true, diagram items have shadows drawn below them. The shadow offset can be specified through the SetShadowOffset method.

 See Also