Gets the standard MindFusion.Scheduling theme.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public static Theme Standard { get; } |
Visual Basic
Copy Code
|
|---|
Public Shared ReadOnly Property Standard As Theme |
An instance of the Theme class representing the Standard theme.
RemarksThe standard theme is based on the current color settings of Windows.
See Also