UnitStyleFormat Properties |
The UnitStyleFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
| |
| 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.
| |
| SupressAngularLeadingZeros |
Suppresses leading zeros in angular decimal dimensions (for example, 0.5000 becomes .5000).
| |
| SupressAngularTrailingZeros |
Suppresses trailing zeros in angular decimal dimensions (for example, 12.5000 becomes 12.5).
| |
| SupressLinearLeadingZeros |
Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).
| |
| SupressLinearTrailingZeros |
Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).
| |
| SupressZeroFeet |
Suppresses zero feet in architectural dimensions.
| |
| SupressZeroInches |
Suppresses zero inches in architectural dimensions.
|