Search
DiagramItem.shadowOffsetX Property
See Also
 





Gets or sets the horizontal offset of item's shadow.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get shadowOffsetX() {}
set shadowOffsetX(value) {}

 Property Value

Number

A number specifying the shadow's horizontal offset.

 See Also