Search
Diagram.ShadowOffsetY Property
See Also
 





Gets or sets the vertical offset of item shadows.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ShadowOffsetY { get; set; }

Visual Basic  Copy Code

Public Property ShadowOffsetY As Double

 Property Value

A double value that specifies the Y shadow offset.

 Remarks

Use the property to specify how distant the shadow of the item should be drawing as to the y-coordinate axis. You can set both X and Y offset values with the SetShadowOffset method.

 See Also