Sets format mask for the value part in what is displayed for the Gauge value.
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