Interface IActionPoint
Inherited Members
System.IComparable.CompareTo(System.Object)
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IActionPoint : IComparable, INode, IDisposable, ILabel
Properties
Active
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Color
Declaration
Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Disposed
Declaration
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
Property Value
Type |
Description |
System.String |
|
Highlightload
Declaration
bool Highlightload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Hosted
Declaration
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
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
DoubleClick()
Declaration
Declaration
void KeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
Release()
Declaration
Events
OnDisposed
Declaration
event EventHandler OnDisposed
Event Type
Type |
Description |
System.EventHandler |
|
OnNameChanged
Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type