GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / Theme Property

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