Interface ITextWithLine
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ITextWithLine : ILine, ISceneObject
Properties
ArrowEnd
Declaration
Property Value
Type |
Description |
System.Boolean |
|
ArrowStart
Declaration
Property Value
Type |
Description |
System.Boolean |
|
ColorArgb
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Length
Declaration
Property Value
Type |
Description |
System.Single |
|
Text
Declaration
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 |
|