Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerResources Class / Theme Property

In This Topic
    Theme Property (C1SchedulerResources)
    In This Topic
    Gets or sets the Windows.UI.Xaml.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