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

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