Gets a value indicating whether the shadow of an item is being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
This property is only valid for ItemDrawing events.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |