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

e1857db6 eb60 0b43 6f47 9d3166c14831

haplokuon edited this page May 6, 2023 · 1 revision

UnitStyleFormat Properties

netDxf 3.0.0 Library

Properties

AngularDecimalPlaces Gets or sets the number of decimal places for angular units.
DecimalSeparator Gets or set the decimal separator.
DegreesSymbol Gets or set the angle degrees symbol.
FeetInchesSeparator Gets or sets the separator between feet and inches.
FeetSymbol Gets or set the feet symbol.
FractionHeightScale Gets or sets the scale of fractions relative to dimension text height.
FractionType Gets or sets the fraction format for architectural or fractional units.
GradiansSymbol Gets or set the angle gradians symbol.
InchesSymbol Gets or set the inches symbol.
LinearDecimalPlaces Gets or sets the number of decimal places for linear units.
MinutesSymbol Gets or set the angle minutes symbol.
RadiansSymbol Gets or set the angle radians symbol.
SecondsSymbol Gets or set the angle seconds symbol.
SuppressAngularLeadingZeros Suppresses leading zeros in angular decimal dimensions (for example, 0.5000 becomes .5000).
SuppressAngularTrailingZeros Suppresses trailing zeros in angular decimal dimensions (for example, 12.5000 becomes 12.5).
SuppressLinearLeadingZeros Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).
SuppressLinearTrailingZeros Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).
SuppressZeroFeet Suppresses zero feet in architectural dimensions.
SuppressZeroInches Suppresses zero inches in architectural dimensions.

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally