Show / Hide Table of Contents

Interface IExperiorConfiguration

Inherited Members
IReadWriteConfiguration.SetValue<T>(String, T)
IReadWriteConfiguration.RemoveValue(String)
IReadOnlyConfiguration.GetValue<T>(String, T)
IConfigurationRepository.OnError
IConfigurationRepository.Id
IConfigurationRepository.GetFileName()
IConfigurationRepository.GetFilePath()
IConfigurationRepository.Initialize()
IConfigurationRepository.Initialize(String)
IConfigurationRepository.Reset()
IConfigurationRepository.Save()
Namespace: Experior.Interfaces.ApplicationSettings
Assembly: Experior.Interfaces.dll
Syntax
public interface IExperiorConfiguration : IReadWriteConfiguration, IReadOnlyConfiguration, IConfigurationRepository

Properties

RecentFiles

Declaration
List<string> RecentFiles { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

ThemeName

Declaration
string ThemeName { get; set; }
Property Value
Type Description
System.String

WindowHeight

Declaration
double WindowHeight { get; set; }
Property Value
Type Description
System.Double

WindowLeft

Declaration
double WindowLeft { get; set; }
Property Value
Type Description
System.Double

WindowsPosition

Declaration
Point WindowsPosition { get; set; }
Property Value
Type Description
System.Drawing.Point

WindowsSize

Declaration
Size WindowsSize { get; set; }
Property Value
Type Description
System.Drawing.Size

WindowsState

Declaration
WindowState WindowsState { get; set; }
Property Value
Type Description
System.Windows.WindowState

WindowTop

Declaration
double WindowTop { get; set; }
Property Value
Type Description
System.Double

WindowWidth

Declaration
double WindowWidth { get; set; }
Property Value
Type Description
System.Double

Methods

GetBrush(String, Brush)

Declaration
Brush GetBrush(string name, Brush defaultValue)
Parameters
Type Name Description
System.String name
System.Windows.Media.Brush defaultValue
Returns
Type Description
System.Windows.Media.Brush

GetVector3Value(String, Vector3)

Declaration
Vector3 GetVector3Value(string name, Vector3 defaultValue)
Parameters
Type Name Description
System.String name
System.Numerics.Vector3 defaultValue
Returns
Type Description
System.Numerics.Vector3

SetBrush(String, Brush)

Declaration
void SetBrush(string name, Brush brush)
Parameters
Type Name Description
System.String name
System.Windows.Media.Brush brush

SetVector3Value(String, Vector3)

Declaration
void SetVector3Value(string name, Vector3 value)
Parameters
Type Name Description
System.String name
System.Numerics.Vector3 value
Back to top Generated by DocFX