TdxGaugeScaleOptionsCustomLayout Properties
The base class for the scale layout settings.| Name | Description |
|---|---|
| CenterPositionFactorX | Specifies the relative horizontal position of the scale‘s center within the parent object. |
| CenterPositionFactorY | Specifies the relative vertical position of the scale‘s center within the parent object. |
| CenterPositionType | Specifies how the scale‘s center is positioned within the parent object. |
| CenterPositionX | Specifies the absolute horizontal position of the scale‘s center within the parent object. |
| CenterPositionY | Specifies the absolute vertical position of the scale‘s center within the parent object. |
| Height protected | Specifies the absolute height (in pixels) of the scale‘s bounding box. |
| HeightFactor protected | Specifies the relative height of the scale‘s bounding box. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Stretch protected | Specifies the value indicating whether the scale is stretched to its bounding box dimensions. |
| Width protected | Specifies the absolute width (in pixels) of the scale‘s bounding box. |
| WidthFactor protected | Specifies the relative width of the scale‘s bounding box. |
See Also