TTMSFNCPassLockButtonAppearance Class
Defines fill, stroke, and font for pass lock buttons in normal, hover, and down states.
API unit family: TMSFNCPassLock
Inherits from: TPersistent
Syntax
TTMSFNCPassLockButtonAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CaptionClearEntry | Caption displayed on the clear-entry button. |
| CaptionOK | Caption displayed on the OK confirmation button. |
| DownFill | Fill style applied to a button when pressed. |
| DownFont | Font applied to a button when pressed. |
| DownStroke | Stroke style applied to a button when pressed. |
| Fill | Default fill style for buttons in their normal state. |
| Font | Default font for button captions. |
| HoverFill | Fill style applied to a button when hovered. |
| HoverFont | Font applied to a button when hovered. |
| HoverStroke | Stroke style applied to a button when hovered. |
| MaxSize | Maximum pixel size for buttons; 0 means no limit. |
| PatternLine | Stroke style used to draw the connecting line between selected pattern nodes. |
| Shape | Shape used to render each button: circle, rectangle, or rounded rectangle. |
| Spacing | Spacing in pixels between adjacent buttons. |
| Stroke | Default stroke style for buttons in their normal state. |