Gets or sets a value indicating whether shadows should be visible.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShowShadows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf set to true, diagram items have shadows drawn below them. The shadow offset can be specified through the SetShadowOffset method.
See Also