Show / Hide Table of Contents

Class CompassTypeSettings

Compass settings related to object types.

Inheritance
System.Object
CompassTypeSettings
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
[Serializable]
public class CompassTypeSettings : SettingsCategoryBase

Constructors

View Source

CompassTypeSettings()

Initializes a new instance of the CompassTypeSettings class.

Declaration
public CompassTypeSettings()

Properties

View Source

ObjectTypeColors

Gets or sets the colors associated with object types.

Declaration
public SerializableDictionary<string, Color> ObjectTypeColors { get; set; }
Property Value
Type Description
SerializableDictionary<System.String, System.Windows.Media.Color>
  • View Source
In This Article
Back to top Generated by DocFX