TTMSFNCCustomListEditorItemAppearance Class
Appearance settings for list editor chip items, including fill, stroke, font color, corner rounding, image spacing, and default left/right images in normal and selected states.
API unit family: TMSFNCListEditor
Inherits from: TPersistent
Syntax
TTMSFNCCustomListEditorItemAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BitmapContainer | Read-only reference to the bitmap container used to resolve named bitmaps for default left/right images. |
| DefaultLeftImage | Default bitmap shown on the left side of chips that do not specify their own LeftImage. |
| DefaultLeftImageName | Name of the bitmap in the container used as the default left chip image. |
| DefaultRightImage | Default bitmap shown on the right side of chips that do not specify their own RightImage. |
| DefaultRightImageName | Name of the bitmap in the container used as the default right chip image. |
| FillNormal | Background fill of the chip in its normal (unselected) state. |
| FillSelected | Background fill of the chip when it is selected. |
| Font | Font used for chip label text. |
| FontColorNormal | Text color for chip labels in their normal state. |
| FontColorSelected | Text color for chip labels when the chip is selected. |
| HorizontalSpacing | Horizontal padding between chips in pixels. |
| RoundingNormal | Corner radius of the chip in its normal state in pixels. |
| RoundingSelected | Corner radius of the chip when it is selected in pixels. |
| StrokeNormal | Border stroke of the chip in its normal state. |
| StrokeSelected | Border stroke of the chip when it is selected. |
| VerticalSpacing | Vertical padding between chip rows in pixels. |