Gets or sets the custom theme applied to the control.
Namespace: MindFusion.Scheduling.WinForms
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 (Nothing in Visual Basic).
See Also