Gets or sets a ResourceDictionary object containing calendar theme resources.

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

Syntax

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

Remarks

This is a dependency property.

See Also