Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

dde8fdd3 67de 1c8b 73f5 85350c6f1edd

haplokuon edited this page May 6, 2023 · 1 revision

TextDirection Property

netDxf 3.0.0 Library

Gets or sets the direction of the dimension text. (DIMTXTDIRECTION)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DimensionStyleTextDirection TextDirection { get; set; }

VB

Public Property TextDirection As DimensionStyleTextDirection
	Get
	Set

C++

public:
property DimensionStyleTextDirection TextDirection {
	DimensionStyleTextDirection get ();
	void set (DimensionStyleTextDirection value);
}

F#

member TextDirection : DimensionStyleTextDirection with get, set

Property Value

DimensionStyleTextDirection

Remarks

Default: LeftToRight

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally