Class CompassQueueObject
Compass queue object.
Inheritance
System.Object
CompassQueueObject
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
public class CompassQueueObject : BindableBase
Constructors
View SourceCompassQueueObject(String, Color)
Initializes a new instance of the CompassQueueObject class.
Declaration
public CompassQueueObject(string objectType, Color objectColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | objectType | Type of the object. |
System.Windows.Media.Color | objectColor | Color of the object. |
Properties
View SourceObjectColor
Gets or sets the color of the object.
Declaration
public Color ObjectColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
ObjectCount
Gets or sets the object count.
Declaration
public int ObjectCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ObjectType
Gets the type of the object.
Declaration
public string ObjectType { get; }
Property Value
Type | Description |
---|---|
System.String |
QueuePositionX
Gets or sets the queue position x.
Declaration
public float QueuePositionX { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
QueuePositionY
Gets or sets the queue position y.
Declaration
public float QueuePositionY { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Visibility
Gets a value indicating whether this CompassQueueObject is visible.
Declaration
public bool Visibility { get; }
Property Value
Type | Description |
---|---|
System.Boolean |