Class CompassCollectionSettings
Collection of all the sets of settings for different compasses.
Inheritance
System.Object
CompassCollectionSettings
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
[Serializable]
public class CompassCollectionSettings : SettingsCategoryBase
Constructors
View SourceCompassCollectionSettings()
Initializes a new instance of the CompassCollectionSettings class.
Declaration
public CompassCollectionSettings()
Properties
View SourceCompassSettingsDictionary
Gets or sets the dictionary of Compass Settings.
Declaration
public SerializableDictionary<string, CompassSettings> CompassSettingsDictionary { get; set; }
Property Value
Type | Description |
---|---|
SerializableDictionary<System.String, CompassSettings> |
Methods
View SourceSave()
Saves the dictionary and it's contents.
Declaration
public void Save()