GaugeShowSigns Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents how number signs are displayed in the numeric indicator.
public enum class GaugeShowSigns
public enum GaugeShowSigns
type GaugeShowSigns =
Public Enum GaugeShowSigns
- Inheritance
-
GaugeShowSigns
Fields
Name | Value | Description |
---|---|---|
NegativeOnly | 0 | Display the negative sign only. |
Both | 1 | Display both positive and negative signs. |
None | 2 | Display no signs. |