TTMSFNCHotSpotAppearance Class
Defines hotspot fill, stroke, and font settings for hovered, pressed, and selected states.
API unit family: TMSFNCHotSpotImage
Inherits from: TPersistent
Syntax
TTMSFNCHotSpotAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DownFill | Gets or sets the fill used while a hotspot is pressed. |
| DownFont | Gets or sets the font used for a pressed hotspot name. |
| DownStroke | Gets or sets the stroke used while a hotspot is pressed. |
| HoverFill | Gets or sets the fill used while a hotspot is hovered. |
| HoverFont | Gets or sets the font used for a hovered hotspot name. |
| HoverStroke | Gets or sets the stroke used while a hotspot is hovered. |
| SelectedFill | Gets or sets the fill used while a hotspot is selected. |
| SelectedFont | Gets or sets the font used for a selected hotspot name. |
| SelectedStroke | Gets or sets the stroke used while a hotspot is selected. |