Search
DrawEventArgs.Element Property
See Also
 






Gets the type of the calendar element being drawn.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public CustomDrawElements Element { get; }

Visual Basic  Copy Code

Public ReadOnly Property Element As CustomDrawElements

 Property Value

A member of the CustomDrawElements enumeration specifying what element to draw.

 See Also