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

f2c71be3 5533 81d6 2994 5f4c43c5056c

haplokuon edited this page May 6, 2023 · 1 revision

FitTextMove Property

netDxf 3.0.0 Library

Gets or sets the position of the text when it's moved either manually or automatically. (DIMTMOVE)

Definition

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

C#

public DimensionStyleFitTextMove FitTextMove { get; set; }

VB

Public Property FitTextMove As DimensionStyleFitTextMove
	Get
	Set

C++

public:
property DimensionStyleFitTextMove FitTextMove {
	DimensionStyleFitTextMove get ();
	void set (DimensionStyleFitTextMove value);
}

F#

member FitTextMove : DimensionStyleFitTextMove with get, set

Property Value

DimensionStyleFitTextMove

Remarks

Default: BesideDimLine

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally