Requires: Base Development System
Inherits from Generic»GObject»Decoration»Text. View the class hierarchy.
Property | Description |
---|---|
Display Format | Specifies the format and precision of the numeric text. Format can be 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Time and Date, 8-SI, or 9-Custom (read-only). Precision is the number of digits after the decimal point. Details |
Display Format:Format | Specifies the format of the numeric text. This property accepts the following format values: 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Time and Date, 8-SI, and 9-Custom (read-only). You cannot wire a value of 9 to this property because the value is read-only. This property returns a value of 9 if the object uses automatic formatting, the format string contains text, or the format string includes more than one format specifier. Details |
Display Format:Precision | Number of digits after the decimal point. If you wire a value of 9 to the Format property, this property returns an error. Details |
Format String | Gets and sets the format of the numeric control. Details |