Enum which describes the numeric indicator horizontal alignment.
Enumerator |
---|
BCGP_NUMERIC_INDICATOR_HA_LEFT |
Digits are located on the left side of indicator.
|
BCGP_NUMERIC_INDICATOR_HA_CENTER |
Digits are located in the center.
|
BCGP_NUMERIC_INDICATOR_HA_RIGHT |
Digits are located on the right side of indicator.
|
BCGP_NUMERIC_INDICATOR_HA_FIT |
Digits are horizontally stretched (default value)
|