GaugeShowSigns Enum

Definition

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

Both 1

Display both positive and negative signs.

NegativeOnly 0

Display the negative sign only.

None 2

Display no signs.

Applies to