Table of Contents

TTMSFNCGraphicsStrokeKind Enumeration

Defines the line style used to stroke graphics paths and shapes.

API unit family: TMSFNCGraphicsTypes

Members

Name Description
gskNone No stroke is drawn.
gskSolid A continuous solid line.
gskDash A dashed line.
gskDot A dotted line.
gskDashDot Alternating dashes and dots.
gskDashDotDot Alternating dashes and two dots.