TTMSFNCSpinnerAppearance Class
Global appearance settings for the spinner's selected-value highlight bar, including fill, stroke, height, rounding, and top/bottom overlay layer colors.
API unit family: TMSFNCSpinner
Inherits from: TPersistent
Syntax
TTMSFNCSpinnerAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BottomLayerColor | Color of the bottom gradient overlay drawn below the selected bar to create a fade effect. |
| SelectedFill | Background fill of the selected-value highlight bar. |
| SelectedHeight | Pixel height of the selected-value highlight bar. |
| SelectedRounding | Corner radius of the selected-value highlight bar in pixels. |
| SelectedStroke | Border stroke of the selected-value highlight bar. |
| TopLayerColor | Color of the top gradient overlay drawn above the selected bar to create a fade effect. |
Events
| Name | Description |
|---|---|
| OnChanged | Fires when any spinner appearance setting changes. |