Class SpatialTextItem
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Represents a spatial text item.
public class SpatialTextItem : TextItem
- Inheritance
-
SpatialTextItem
- Inherited Members
Properties
Angle
The rotation angle of the text in counter-clockwise, in degrees.
public double Angle { get; set; }
Property Value
TextDirection
Gets or sets the text direction.
public Vector3D TextDirection { get; set; }
Property Value
- Vector3D
The text direction.
UpDirection
Gets or sets up direction.
public Vector3D UpDirection { get; set; }
Property Value
- Vector3D
Up direction.