Gets or sets the Style used to paint schedule items that don't have a distinct style assigned to them.
Namespace: MindFusion.Scheduling.Compact Assembly: PocketPlanner
Syntax
C# |
public Style Style { get; set; } |
Visual Basic |
Public Property Style As Style |
Property Value
A Style object defining the appearance of schedule items. This property cannot be null.
See Also
|