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

84bd7f38 764a 1eb1 ec65 4c53072699de

haplokuon edited this page May 6, 2023 · 1 revision

TextFractionHeightScale Property

netDxf 3.0.0 Library

Gets or sets the scale of fractions relative to dimension text height. (DIMTFAC)

Definition

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

C#

public double TextFractionHeightScale { get; set; }

VB

Public Property TextFractionHeightScale As Double
	Get
	Set

C++

public:
property double TextFractionHeightScale {
	double get ();
	void set (double value);
}

F#

member TextFractionHeightScale : float with get, set

Property Value

Double

Remarks

Default: 1.0
This value is only applicable to Architectural and Fractional units, and also controls the height factor applied to the tolerance text in relation with the dimension text height.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally