TdxGaugeDigitalScaleOptionsView.DigitSpacingFactor Property
Specifies the relative spacing between individual characters of a string displayed by the digital scale.
Declaration
property DigitSpacingFactor: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Use this property to set the spacing between individual character display blocks (sections) in an unbound or data-aware digital scale. The actual space between two individual character display blocks is calculated as the current display block size multiplied by the DigitSpacingFactor property value.
The valid values of the DigitSpacingFactor property are between 0 (no space between character display sections) and 1 (characters are effectively invisible), inclusive. If the assigned value is below 0 or higher than 1, the property is automatically set to 0 or 1, respectively.
See Also