UnitStyleFormat Class |
Namespace: netDxf.Units
The UnitStyleFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| UnitStyleFormat |
Initializes a new instance of the UnitStyleFormat class.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |