AccessibilityLabel | Label used by the macOS accessibility manager for various of disability settings and devices. |
BorderColor | Sets the border color of the Gauge. |
Clickable | If set to true then the Gauge is clickable like a button. |
DMBorderColor | Sets the border color of the Gauge when the system is in dark mode. |
DMDownColor | Sets the dark mode color for the body of the Gauge when mouse is pressed down on it. (Applies only if the gauge has been set to be clickable) |
DMGaugeColor | Sets the color of main body on the Gauge when the system is in dark mode. |
DMHighLimitColor | Sets the color of the high limit when in dark mode. |
DMLargeTickColor | Sets the color of the large ticks when in dark mode. |
DMLowLimitColor | Sets the color of the low limit when in dark mode. |
DMMediumLimitColor | Sets the color of the medium limit when in dark mode. |
DMNeedleColor | Sets the color of the needle on the Gauge when in Dark mode.. |
DMSmallTickColor | Sets the color of the small ticks when in dark mode. |
DMTextColor | Sets the text color of the Gauge when the system is in dark mode. |
DoubleBuffer | DoubleBuffers the drawing of the control on Windows systems. (MacOS X and Linux systems are always double buffered by the OS it self) |
DownColor | Sets the color for the body of the Gauge when mouse is pressed down on it. (Applies only if the gauge has been set to be clickable) |
Enabled (Inherited) | Determines if the control should be enabled when the owning window is opened. |
FormatValue | Property used to determine how the value on the Gauge is formatted. |
FormatValueMask | Sets format mask for the value part in what is displayed for the Gauge value. |
GaugeColor | Sets the color of main body on the Gauge. |
Height (Inherited) | The height (in points) of the control. |
HighLimit | Sets value for where high limit starts. |
HighLimitColor | Sets the color of the high limit. |
HighValueLabel | Short label to display at the Gauge max value. |
Icon | Sets or gets icon for the control. |
Large | If set to true then Gauge will be slightly larger version. |
LargeTickColor | Sets the color of the large ticks. |
LargeTickCount | Sets the number of large ticks. |
Left (Inherited) | The left side of the control in local coordinates (relative to the window) |
LowLimit | Sets value for where low limit ends. |
LowLimitColor | Sets the color of the low limit. |
LowValueLabel | Short label to display at the Gauge min value. |
MaxValue | Sets or gets the maximum value of the gauge. |
MediumLimitColor | Sets the color of the medium limit. |
MinValue | Sets or gets the minimum value of the gauge. |
NeedleColor | Sets the color of the needle on the Gauge. |
ShowLargeTicks | Toggles large ticks on and off. |
ShowLimitBar | Toggles visibility of the limit bar. |
ShowSmallTicks | Toggles small ticks on and off. |
SmallTickColor | Sets the color of the small ticks. |
SmallTickCount | Sets the number of small ticks. |
TextColor | Sets the text color for the Gauge. |
Top (Inherited) | The top of the control in local coordinates (relative to the window). |
Value | Sets or gets the value of the gauge. |
Visible (Inherited) | Determines whether the control is visible when its owning window is opened. The default is True: the control is visible. |
Width (Inherited) | The width (in points) of the control. |