TTMSFNCBloxSelectorAppearance Class
Groups the visual settings of the selector: item size, spacing, fonts, and the fills and strokes used for each item state and for separators.
API unit family: TMSFNCBloxSelector
Inherits from: TPersistent
Syntax
TTMSFNCBloxSelectorAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Gets or sets the background fill of items in the normal state. |
| FillDisabled | Gets or sets the background fill of a disabled item. |
| FillDown | Gets or sets the background fill of an item while it is pressed. |
| FillHover | Gets or sets the background fill of an item while the pointer hovers over it. |
| FillSelected | Gets or sets the background fill of the selected item. |
| Font | Gets or sets the font used to draw item text. |
| HorizontalSpacing | Gets or sets the horizontal space, in layout units, between columns of items. |
| ItemHeight | Gets or sets a fixed height for each item. |
| ItemWidth | Gets or sets a fixed width for each item. |
| SeparatorFill | Gets or sets the background fill of separator items. |
| SeparatorFont | Gets or sets the font used to draw separator captions. |
| SeparatorStroke | Gets or sets the border drawn for separator items. |
| Stroke | Gets or sets the border drawn around items in the normal state. |
| StrokeDisabled | Gets or sets the border drawn around a disabled item. |
| StrokeDown | Gets or sets the border drawn around an item while it is pressed. |
| StrokeHover | Gets or sets the border drawn around an item while the pointer hovers over it. |
| StrokeSelected | Gets or sets the border drawn around the selected item. |
| VerticalSpacing | Gets or sets the vertical space, in layout units, between rows of items. |