Interface IThemeControl
public interface IThemeControl
Properties
Name
Friendly name for a theme
string Name { get; }
Property Value
Panes
Comma delimited list of all panes in a theme
string Panes { get; }
Property Value
Resources
Identifies all resources in a theme
List<Resource> Resources { get; }
Property Value
Thumbnail
Screen shot of a theme - assumed to be in the ThemePath() folder
string Thumbnail { get; }