ASP.NET Pack Programmer's Guide
DiagramItem.ShadowOffsetY Property
See Also
 





Gets or sets the vertical offset of the shadow of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ShadowOffsetY { get; set; }

Visual Basic  Copy Code

Public Property ShadowOffsetY As Single

 Property Value

A float value specifying the vertical offset of this item's shadow. Initialized with the value of ShadowOffsetY.

 Remarks

The shadow of an item has the same shape as the item itself, but with a different color and with some offset from the item position. This property specifies the vertical offset of the shadow.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
ShadowOffsetX Property
Diagram.ShadowsStyle Property