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

17f515c8 f202 e090 9906 52a257193f1e

haplokuon edited this page May 6, 2023 · 1 revision

FitOptions Property

netDxf 3.0.0 Library

Gets or sets the placement of text and arrowheads based on the space available between the extension lines. (DIMATFIT)

Definition

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

C#

public DimensionStyleFitOptions FitOptions { get; set; }

VB

Public Property FitOptions As DimensionStyleFitOptions
	Get
	Set

C++

public:
property DimensionStyleFitOptions FitOptions {
	DimensionStyleFitOptions get ();
	void set (DimensionStyleFitOptions value);
}

F#

member FitOptions : DimensionStyleFitOptions with get, set

Property Value

DimensionStyleFitOptions

Remarks

Default: BestFit
Not implemented in the dimension drawing.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally