TTMSFNCBloxStroke Class
Describes the outline used to draw a shape's border, including its color, line pattern, and width.
API unit family: TMSFNCBloxCoreTypes
Inherits from: TPersistent
Syntax
TTMSFNCBloxStroke = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the line color. Changing the value triggers the change notification. |
| Style | Gets or sets the line pattern. Changing the value triggers the change notification. |
| Width | Gets or sets the line width. Changing the value triggers the change notification. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs after the color, style, or width changes, allowing the owner to redraw. |