CADability dotNET
Gets or sets the line direction of the text. Default is XAxis. Setting the line direction does not modify the GlyphDirection of the text, so you usually will have to change both. It also affects the aspect ratio of the text, which is defined by the length of the line direction and the length of the glyph direction. To simply rotate a text better use Modify(ModOp) with a Rotate(Int32, SweepAngle) rotation.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoVector LineDirection { get; set; }
Visual Basic
Public Property LineDirection As GeoVector
	Get
	Set
Visual C++
public:
property GeoVector LineDirection {
	GeoVector get ();
	void set (GeoVector value);
}

See Also