ASP.NET Pack Programmer's Guide
Diagram.ShadowOffsetX Property
See Also
 





Gets or sets the horizontal offset of item shadows.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ShadowOffsetX { get; set; }

Visual Basic  Copy Code

Public Property ShadowOffsetX As Single

 Property Value

A float value that specifies the X shadow offset.

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
SetShadowOffset Method
DiagramItem.ShadowOffsetY Property