Interface IExperiorConfiguration
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
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 |
|
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 |
|