Gets or sets the custom theme applied to the control.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Theme CustomTheme { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CustomTheme As Theme |
A Theme object specifying the user-defined theme currently applied to the control. The default is null.
See Also