Enum which describes sub-gauge positions.
Enumerator |
---|
BCGP_SUB_GAUGE_NONE |
The sub-gauge should be positioned directly.
|
BCGP_SUB_GAUGE_TOP |
The sub-gauge is located on top side of the parent gauge.
|
BCGP_SUB_GAUGE_BOTTOM |
The sub-gauge is located at bottom of the parent gauge.
|
BCGP_SUB_GAUGE_LEFT |
The sub-gauge is located on left side of the parent gauge.
|
BCGP_SUB_GAUGE_RIGHT |
The sub-gauge is located on right side of the parent gauge.
|
BCGP_SUB_GAUGE_CENTER |
The sub-gauge is located at the center of the parent gauge.
|