Class Style
Application style model.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Style : ObservableClass, IObservableClass, IBindable
Constructors
View SourceStyle()
Prevents a default instance of the Style class from being created.
Declaration
public Style()
Style(String, Themes)
Initializes a new instance of the Style class.
Declaration
public Style(string color, Themes theme)
Parameters
Type | Name | Description |
---|---|---|
System.String | color | The color. |
Themes | theme | The theme. |
Properties
View SourceColor
Gets or sets the Color property value.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color. |
Theme
Gets or sets the Theme property value.
Declaration
public Themes Theme { get; set; }
Property Value
Type | Description |
---|---|
Themes | The theme. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo