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 SourceColor
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 |
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 |