Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / Theme Property

In This Topic
    Theme Property (C1Calendar)
    In This Topic
    Gets or sets a System.Windows.ResourceDictionary object containing calendar theme resources.
    Syntax
    'Declaration
     
    
    Public Property Theme As ResourceDictionary
    public ResourceDictionary Theme {get; set;}
    See Also