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 SourceCompassTypeSettings()
Initializes a new instance of the CompassTypeSettings class.
Declaration
public CompassTypeSettings()
Properties
View SourceObjectTypeColors
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> |