Interface IArrow
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IArrow : IDisposable, ILabel
Properties
Color
Declaration
Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Length
Declaration
float Length { get; set; }
Property Value
Type |
Description |
System.Single |
|
LocalDirectionYawOffset
Declaration
float LocalDirectionYawOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
LocalPosition
Declaration
Vector3 LocalPosition { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Position
Declaration
Vector3 Position { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
Backward()
Declaration
DoubleClick()
Declaration
Forward()
Declaration
Events
OnDoubleClick
Declaration
event EventHandler OnDoubleClick
Event Type
Type |
Description |
System.EventHandler |
|