Show / Hide Table of Contents

Interface IActionPoint

Inherited Members
System.IComparable.CompareTo(System.Object)
INode.Name
INode.Routing
INode.UserData
INode.Visible
INode.User
INode.Selected
INode.Select()
INode.Reset()
System.IDisposable.Dispose()
ILabel.Position
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IActionPoint : IComparable, INode, IDisposable, ILabel

Properties

Active

Declaration
bool Active { get; }
Property Value
Type Description
System.Boolean

Color

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

Disposed

Declaration
bool Disposed { get; }
Property Value
Type Description
System.Boolean

Distance

Declaration
float Distance { get; set; }
Property Value
Type Description
System.Single

Enabled

Declaration
bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

EntityId

Declaration
ulong EntityId { get; set; }
Property Value
Type Description
System.UInt64

Help

Declaration
string Help { get; }
Property Value
Type Description
System.String

Highlightload

Declaration
bool Highlightload { get; set; }
Property Value
Type Description
System.Boolean

Hosted

Declaration
bool Hosted { get; }
Property Value
Type Description
System.Boolean

Image

Declaration
ImageSource Image { get; }
Property Value
Type Description
System.Windows.Media.ImageSource

Locked

Declaration
bool Locked { get; set; }
Property Value
Type Description
System.Boolean

Moveable

Declaration
bool Moveable { get; }
Property Value
Type Description
System.Boolean

Observe

Declaration
bool Observe { get; set; }
Property Value
Type Description
System.Boolean

Orientation

Declaration
Matrix4x4 Orientation { get; set; }
Property Value
Type Description
System.Numerics.Matrix4x4

Selectable

Declaration
bool Selectable { get; set; }
Property Value
Type Description
System.Boolean

Text

Declaration
string Text { get; set; }
Property Value
Type Description
System.String

Methods

Deselect()

Declaration
void Deselect()

DoubleClick()

Declaration
void DoubleClick()

KeyDown(KeyEventArgs)

Declaration
void KeyDown(KeyEventArgs e)
Parameters
Type Name Description
System.Windows.Input.KeyEventArgs e

Release()

Declaration
void Release()

Events

OnDisposed

Declaration
event EventHandler OnDisposed
Event Type
Type Description
System.EventHandler

OnNameChanged

Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type
Type Description
System.EventHandler<NameChangedEventArgs>
Back to top Generated by DocFX