MindFusion WinForms Programmer's Guide
Calendar.CustomTheme Property
See Also
 





Gets or sets the custom theme applied to the control.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Theme CustomTheme { get; set; }

Visual Basic  Copy Code

Public Property CustomTheme As Theme

 Property Value

A Theme object specifying the user-defined theme currently applied to the control. The default is null (Nothing in Visual Basic).

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
Theme Property