Search
ItemSettings.ShadowOffset Property
See Also
 






Gets or set the offset of the shadows from the items that cast them.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ShadowOffset { get; set; }

Visual Basic  Copy Code

Public Property ShadowOffset As Integer

 Property Value

An integer value specifying with how many device-independent pixels an item's shadow is offset from the item. The allowed values range from 1 to 5. Assign -1 to this property to use the corresponding value from the current theme.

 See Also