ASP.NET Pack Programmer's Guide
Diagram.getShadowsStyle Method
See Also
 





Gets the style for rendering shadows.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getShadowsStyle ()

 Return Value

A member of the ShadowsStyle enumeration. The default value is ShadowsStyle.OneLevel.

 Remarks

This property specifies how the shadows of diagram items are drawn. If its value is None no shadows are 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace