Table of Contents

TTMSFNCTickmarkOptions Class

Configures tick marks and optional tick labels around the progress arc.

API unit family: TMSFNCWidgetProgress Inherits from: TPersistent

Syntax

TTMSFNCTickmarkOptions = class(TPersistent)

Properties

Name Description
CenterText Text drawn in the center of the tick-mark scale.
Count Number of tick marks to draw around the arc; zero disables tick marks.
EndText Text drawn near the end mark.
Gap Distance, in pixels, between the arc and the tick marks.
Size Length, in pixels, of each tick mark.
StartEndMarkSize Length, in pixels, of the start and end marks; zero hides them.
StartEndMarkWidth Stroke width, in pixels, used for the start and end marks.
StartText Text drawn near the start mark.
Stroke Stroke used to draw tick marks and start/end marks.
TextFont Font used for start, end, and center tick-mark text.
TextGap Distance, in pixels, between tick labels and the arc.

Events

Name Description
OnChange Occurs when a tick-mark option changes and the owner should repaint.

Used by