Sets the default offset at which items shadows are drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetShadowOffset ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetShadowOffset( _ |
The horizontal offset of the item shadow.
RemarksUse the method to draw shadows that are closer or further to the item they belong to. The values are applied respectively to the ShadowOffsetX and ShadowOffsetY properties.
See Also