Gets or sets a value indicating whether the printing of the shadows of diagram items is enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableShadows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableShadows As Boolean |
true to print item shadows; otherwise, false.
See Also