Gets or sets the ResourceDictionary object used as the theme for the control.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public virtual ResourceDictionary Theme { get; set; }
Visual Basic (Declaration)
Public Overridable Property Theme As ResourceDictionary
	Get
	Set

See Also