GaugeControl Xojo Plugin

DesktopGaugeControl.FormatValueMask Property

Sets format mask for the value part in what is displayed for the Gauge value.

FormatValueMask as String {Read and Write}

Remarks

This mask will internally go in Xojo Format function.

So if you want Gauge to display 3.3V when the Gauges value is 3.3

Then you want FormatValueMask would be set to #.0 and the FormatValue to {value}V

See Also

DesktopGaugeControl Control