TdxGaugeScalePositionType Enum
Enumerates the available methods of scale positioning within the parent object.
#Declaration
TdxGaugeScalePositionType = (
sptFactor,
sptPixels
);
#Members
Name |
---|
spt
|
spt
|
#Remarks
Options include:
Value | Meaning |
---|---|
spt | Enables relative scale positioning within the Gauge Control. The scale’s Options |
spt | Enables absolute scale positioning within the Gauge Control. The Options |
This type is referenced by the scale’s OptionsLayout.CenterPositionType property.