Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / ThemeResource Property

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