Table of Contents

TTMSFNCGraphicsStroke Class

Published stroke settings class used by TMS FNC controls. Exposes line style, color, width, opacity, and change notification as published properties.

API unit family: TMSFNCGraphicsTypes Inherits from: TTMSFNCCustomGraphicsStroke

Syntax

TTMSFNCGraphicsStroke = class(TTMSFNCCustomGraphicsStroke)

Properties

Name Description
Color Color of the stroke line. (inherited from TTMSFNCCustomGraphicsStroke)
Kind Line style of the stroke: solid, dash, dot, dash-dot, or dash-dot-dot. (inherited from TTMSFNCCustomGraphicsStroke)
Opacity Overall opacity of the stroke (0.0 = fully transparent, 1.0 = fully opaque). (inherited from TTMSFNCCustomGraphicsStroke)
Width Width of the stroke line in pixels. Default is 1.0. (inherited from TTMSFNCCustomGraphicsStroke)

Methods

Name Description
BeginUpdate Begins a batch update; suppresses change notifications until EndUpdate is called. (inherited from TTMSFNCCustomGraphicsStroke)
EndUpdate Ends a batch update and fires any pending change notification. (inherited from TTMSFNCCustomGraphicsStroke)

Events

Name Description
OnChanged Fired whenever any stroke property changes. (inherited from TTMSFNCCustomGraphicsStroke)

Used by