Show / Hide Table of Contents

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 Source

CompassQueueObject(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 Source

ObjectColor

Gets or sets the color of the object.

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

ObjectCount

Gets or sets the object count.

Declaration
public int ObjectCount { get; set; }
Property Value
Type Description
System.Int32
View Source

ObjectType

Gets the type of the object.

Declaration
public string ObjectType { get; }
Property Value
Type Description
System.String
View Source

QueuePositionX

Gets or sets the queue position x.

Declaration
public float QueuePositionX { get; set; }
Property Value
Type Description
System.Single
View Source

QueuePositionY

Gets or sets the queue position y.

Declaration
public float QueuePositionY { get; set; }
Property Value
Type Description
System.Single
View Source

Visibility

Gets a value indicating whether this CompassQueueObject is visible.

Declaration
public bool Visibility { get; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX