Sets the default offset at which objects' shadows are drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void SetShadowOffset ( |
Visual Basic Copy Code |
---|
Public Sub SetShadowOffset( _ |
The horizontal offset of the item shadow.
The vertical offset of the item shadow.
Use 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |