Search
DayOfWeekStyle.Style Property
See Also
 






Gets or sets the visualization style of the specified day.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style Style { get; set; }

Visual Basic  Copy Code

Public Property Style As Style

 Property Value

A Style object that defines the appearance of time cells included in the specified interval.

 See Also