Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerResources Class / Theme Property

In This Topic
    Theme Property (C1SchedulerResources)
    In This Topic
    Gets or sets the System.Windows.ResourceDictionary object used as the theme for the C1Scheduler control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Theme As ResourceDictionary
    public override ResourceDictionary Theme {get; set;}
    See Also