Click or drag to resize

NumberDisplayFormat Class

Base class for formatting numbers.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data.DisplayFormat
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class NumberDisplayFormat : DisplayFormat

The NumberDisplayFormat type exposes the following members.

Properties
  NameDescription
Public propertyAppendix
Gets or sets the appendix of a number.
Public propertyDecimalPlaces
Gets or sets decimal places of a number.
Public propertyThousandsSeparator
Gets or sets a value indicating whether using thousands seperator.
Top
See Also