Show / Hide Table of Contents

Class SkinSettings

Defines settings for the active skin.

Inheritance
System.Object
SkinSettings
Implements
ISkinSettings
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 Source

SkinSettings(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 Source

AreAnimationsEnabled

Indicates whether the animations are enabled.

Declaration
public static bool AreAnimationsEnabled { get; set; }
Property Value
Type Description
System.Boolean
View Source

ColorTheme

Gets the active color theme.

Declaration
public static string ColorTheme { get; set; }
Property Value
Type Description
System.String

Methods

View Source

Restore()

Restores the skin settings.

Declaration
public void Restore()
View Source

Store()

Stores the skin settings.

Declaration
public void Store()

Implements

ISkinSettings

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX