This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
17f515c8 f202 e090 9906 52a257193f1e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the placement of text and arrowheads based on the space available between the extension lines. (DIMATFIT)
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
Default: BestFit
Not implemented in the dimension drawing.