Class SkinSettings
Defines settings for the active skin.
Inheritance
System.Object
SkinSettings
Implements
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Skins
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export(typeof(ISkinSettings))]
public class SkinSettings : ISkinSettings
Constructors
View SourceSkinSettings(ISettingsManager)
Creates a new instance of the SkinSettings class.
Declaration
[ImportingConstructor]
public SkinSettings(ISettingsManager settingsManager)
Parameters
Type | Name | Description |
---|---|---|
ISettingsManager | settingsManager | An implementation of ISettingsManager. |
Properties
View SourceAreAnimationsEnabled
Indicates whether the animations are enabled.
Declaration
public static bool AreAnimationsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ColorTheme
Gets the active color theme.
Declaration
public static string ColorTheme { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceRestore()
Restores the skin settings.
Declaration
public void Restore()
Store()
Stores the skin settings.
Declaration
public void Store()