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

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