Search
Diagram.shadowsStyle Property
See Also
 





Gets or sets the style of shadows.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get shadowsStyle() {}
set shadowsStyle(value) {}

 Property Value

ShadowsStyle

A member of the ShadowsStyle enumeration.

 Remarks

This property specifies how the shadows of diagram items are drawn. If its value is None, there are no shadows painted. OneLevel makes all shadows paint on the lowest z-level, not covering any items. Thus the diagram items will seem to appear on the same z-level. ZOrder makes the shadow paint immediately under their items, possibly covering other items. This style gives more 3D-like outlook to the diagram.

 See Also