Search
Theme.Standard Property
See Also
 





Gets the standard MindFusion.Scheduling theme.

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

 Syntax

C#  Copy Code

public static Theme Standard { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Standard As Theme

 Property Value

An instance of the Theme class representing the Standard theme.

 Remarks

The standard theme is based on the current color settings of Windows.

 See Also