Show / Hide Table of Contents

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 Source

CompassCollectionSettings()

Initializes a new instance of the CompassCollectionSettings class.

Declaration
public CompassCollectionSettings()

Properties

View Source

CompassSettingsDictionary

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 Source

Save()

Saves the dictionary and it's contents.

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX