Gets or sets the horizontal offset of item shadows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double ShadowOffsetX { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShadowOffsetX As Double |
A double value that specifies the X shadow offset.
Use the property to specify how distant the shadow of the item should be drawing as to the x-coordinate axis. You can set both X and Y offset values with the SetShadowOffset method.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |