Search
DiagramItem.ShadowOffsetX Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ShadowOffsetX { get; set; }

Visual Basic  Copy Code

Public Property ShadowOffsetX As Double

 Property Value

A double value specifying the horizontal offset of this item's shadow. Initialized with the value of ShadowOffsetX.

 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 horizontal offset of the shadow.

 See Also