Show / Hide Table of Contents

Class CompassObjectColorChangedEventArgs

The class that defines the parameters that should be passed for a CompassObjectColorChangedEvent.

Inheritance
System.Object
CompassObjectColorChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
public class CompassObjectColorChangedEventArgs

Properties

View Source

Color

Gets or sets a value indicating what the color of the compass object should be.

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color
View Source

TypeName

Gets or sets a value that is the type of the compass objects whose color was changed.

Declaration
public string TypeName { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX