Search
DrawEventArgs.Style Property
See Also
 






Gets the style associated with the element being drawn.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style Style { get; }

Visual Basic  Copy Code

Public ReadOnly Property Style As Style

 Property Value

The Style object associated with the element being drawn.

 See Also