Table of Contents

TTMSFNCTimelineIndicatorAppearance Class

Appearance settings for the fill, stroke, shape, size, and bitmap of a timeline indicator in its normal, hovered, and selected states.

API unit family: TMSFNCTimeline Inherits from: TPersistent

Syntax

TTMSFNCTimelineIndicatorAppearance = class(TPersistent)

Properties

Name Description
Bitmap Bitmap image drawn inside the indicator when Shape is tlisBitmap.
BitmapName Name of the bitmap in the bitmap container used when Shape is tlisBitmap.
Fill Fill settings for the indicator in its normal state.
HoverFill Fill settings for the indicator in its hovered state.
HoverStroke Stroke settings for the indicator border in its hovered state.
HoveredBitmap Bitmap drawn inside the indicator when it is hovered and Shape is tlisBitmap.
HoveredBitmapName Name of the bitmap in the container used when the indicator is hovered and Shape is tlisBitmap.
SelectedBitmap Bitmap drawn inside the indicator when it is selected and Shape is tlisBitmap.
SelectedBitmapName Name of the bitmap in the container used when the indicator is selected and Shape is tlisBitmap.
SelectedFill Fill settings for the indicator in its selected state.
SelectedStroke Stroke settings for the indicator border in its selected state.
Shape Geometric shape drawn for the indicator marker.
Size Diameter or side length of the indicator shape in pixels; pass -1 for the default size.
Stroke Stroke settings for the indicator border in its normal state.