TTMSFNCRatingLayout Class
Exposes layout properties for the rating control.
API unit family: TMSFNCProgressBar
Inherits from: TTMSFNCCustomProgressBarLayout
Syntax
TTMSFNCRatingLayout = class(TTMSFNCCustomProgressBarLayout)
Properties
| Name | Description |
|---|---|
| Blocks | Number of rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| BottomMargin | Bottom margin in pixels between the control edge and rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| Decimals | Number of decimal places shown when displaying the rating value. (inherited from TTMSFNCCustomProgressBarLayout) |
| Interval | Step size used when pointer or keyboard interaction changes the value. (inherited from TTMSFNCCustomProgressBarLayout) |
| LeftMargin | Left margin in pixels between the control edge and rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| Prefix | Text prepended to the displayed rating value. (inherited from TTMSFNCCustomProgressBarLayout) |
| RightMargin | Right margin in pixels between the control edge and rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| RoundProgressEnd | When True, the leading edge of the active rating fill is rounded. (inherited from TTMSFNCCustomProgressBarLayout) |
| Rounding | Corner rounding radius applied to rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| Shape | Determines whether rating units are laid out horizontally or vertically. (inherited from TTMSFNCCustomProgressBarLayout) |
| ShowValue | When True, the current rating value is rendered as text. (inherited from TTMSFNCCustomProgressBarLayout) |
| Spacing | Pixel gap between adjacent rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| Suffix | Text appended to the displayed rating value. (inherited from TTMSFNCCustomProgressBarLayout) |
| TextOrientation | Rotation angle applied to the rating value text. (inherited from TTMSFNCCustomProgressBarLayout) |
| TextPosition | Horizontal anchor point for the rating value text. (inherited from TTMSFNCCustomProgressBarLayout) |
| TopMargin | Top margin in pixels between the control edge and rating units. (inherited from TTMSFNCCustomProgressBarLayout) |
| ValueType | Determines whether the label shows a raw value, percentage, or custom text. (inherited from TTMSFNCCustomProgressBarLayout) |