Search
DrawEventArgs.IsShadow Property
See Also
 






Gets a value indicating whether the shadow of an item is being drawn.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsShadow { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsShadow As Boolean

 Property Value

true if currently drawing the shadow of an item; otherwise, false.

 Remarks

This property is only valid for ItemDrawing events.

 See Also