Search
ItemDrawContext.Style Property
See Also
 






Gets the style that should be used to draw the item.

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

Refers to the Style for the item being painted.

 See Also