Class ThemeColors
Theme colors.
Inheritance
System.Object
ThemeColors
Namespace: ISynergy.Framework.Mvvm.Models
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public class ThemeColors : object
Constructors
View SourceThemeColors()
Default constructor.
Declaration
public ThemeColors()
Properties
View SourceColors
Get list of all available colors.
Declaration
public List<string> Colors { get; }
Property Value
Type | Description |
---|---|
List<System.String> |
Default
Gets or sets the Default property value.
Declaration
public static string Default { get; }
Property Value
Type | Description |
---|---|
System.String |