Gets or sets the visualization style of the specified day.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Style Style { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Style As Style |
A Style object that defines the appearance of time cells included in the specified interval.
See Also