Search
Calendar.ApplyTheme Method (Theme)
See Also
 






Applies the specified theme to the calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void ApplyTheme (
    Theme theme
)

Visual Basic  Copy Code

Public Sub ApplyTheme( _
    theme As Theme _
)

 Parameters

theme

A Theme object containing appearance settings.

 See Also