Gets a value indicating whether the shadow of an item is being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool IsShadow { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsShadow As Boolean |
true if currently drawing the shadow of an item; otherwise, false.
RemarksThis property is only valid for ItemDrawing events.
See Also