Search
ImageExportOptions.EnableShadows Property
See Also
 



Gets or sets a value indicating whether to render shadows of flowchart items.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableShadows ()
void put_EnableShadows (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also