Show / Hide Table of Contents

Interface IArrow

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
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
void Backward()

DoubleClick()

Declaration
void DoubleClick()

Forward()

Declaration
void Forward()

Events

OnDoubleClick

Declaration
event EventHandler OnDoubleClick
Event Type
Type Description
System.EventHandler
Back to top Generated by DocFX