C# Class winmaped2.Preferences

Show file Open project: Bananattack/verge3 Class Usage Examples

Public Properties

Property Type Description
AutoSave bool
AutoSaveDelay int
AutoSaveLimit int
DefaultZoomLevel int
EntsColor int
ObsColor int
WorkingDirectory string
ZonesColor int

Private Properties

Property Type Description

Public Methods

Method Description
Load ( ) : Preferences
LoadAsCurrent ( ) : void
Preferences ( ) : System

Creates a Preferences object with the default values

Save ( ) : void

Method Details

Load() public static method

public static Load ( ) : Preferences
return Preferences

LoadAsCurrent() public static method

public static LoadAsCurrent ( ) : void
return void

Preferences() public method

Creates a Preferences object with the default values
public Preferences ( ) : System
return System

Save() public method

public Save ( ) : void
return void

Property Details

AutoSave public property

public bool AutoSave
return bool

AutoSaveDelay public property

public int AutoSaveDelay
return int

AutoSaveLimit public property

public int AutoSaveLimit
return int

DefaultZoomLevel public property

public int DefaultZoomLevel
return int

EntsColor public property

public int EntsColor
return int

ObsColor public property

public int ObsColor
return int

WorkingDirectory public property

public string WorkingDirectory
return string

ZonesColor public property

public int ZonesColor
return int