TTMSFNCAnalogTimeSelectorAppearance Class
Appearance settings for the analog time selector clock face, including face fill/stroke/shape, tick marks, hour labels, AM/PM display, pointer styles, shadows, and the center pivot point.
API unit family: TMSFNCAnalogTimeSelector
Inherits from: TPersistent
Syntax
TTMSFNCAnalogTimeSelectorAppearance = class(TPersistent)
Properties
Name
Description
AMPMFill
Background fill of the AM/PM indicator.
AMPMFont
Font used to render the AM/PM label.
AMPMStroke
Border stroke of the AM/PM indicator.
CenterPointFill
Fill of the center pivot point where the hands meet.
CenterPointOuterColor
Outer ring color of the center pivot point; use gcNull to suppress the outer ring.
CenterPointSize
Diameter of the center pivot point in pixels.
CenterPointStroke
Stroke of the center pivot point.
Fill
Background fill of the clock face.
HourFont
Font used for the hour numerals around the clock face.
HourMark
Stroke used to draw hour tick marks on the clock face.
HourMarkLength
Length of the hour tick marks as a fraction of the clock radius.
HourMarkStyle
Style of the hour tick marks.
HourPointer
Stroke used to draw the hour hand.
HourPointerShadow
Shadow stroke drawn behind the hour hand for a depth effect.
MinuteMark
Stroke used to draw minute tick marks on the clock face.
MinuteMarkLength
Length of the minute tick marks as a fraction of the clock radius.
MinutePointer
Stroke used to draw the minute hand.
MinutePointerShadow
Shadow stroke drawn behind the minute hand for a depth effect.
PointerStyle
Shape style of the clock hands.
SecondPointer
Stroke used to draw the second hand.
Shape
Outer shape of the clock face.
ShowAMPM
When True, an AM/PM indicator is drawn on the clock face.
ShowNumbers
When True, hour numerals are drawn around the clock face.
ShowSecondPointer
When True, the second hand is drawn.
Stroke
Border stroke of the clock face.
TickMarks
Controls which tick marks are drawn on the clock face.
Methods
Name
Description
InitializeDefault
Resets all appearance properties to the defaults for the currently active Style preset.
Events
Name
Description
OnChange
Fires when any appearance setting changes.