Show / Hide Table of Contents

Interface ITextWithLine

Inherited Members
ILine.Start
ILine.End
ISceneObject.Id
ISceneObject.Visible
ISceneObject.SceneLayer
Namespace: Experior.Rendering.Interfaces.Text
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ITextWithLine : ILine, ISceneObject

Properties

ArrowEnd

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

ArrowStart

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

ColorArgb

Declaration
int ColorArgb { get; }
Property Value
Type Description
System.Int32

Length

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

Text

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

TextHeight

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

Transformation

Declaration
Matrix4x4 Transformation { get; }
Property Value
Type Description
System.Numerics.Matrix4x4
Back to top Generated by DocFX