Table of Contents

TTMSFNCTimelineSectionAppearance Class

Appearance settings for the fill, stroke, font, and text layout of a timeline section in its normal, hovered, and selected states.

API unit family: TMSFNCTimeline Inherits from: TPersistent

Syntax

TTMSFNCTimelineSectionAppearance = class(TPersistent)

Properties

Name Description
Fill Background fill of the section bar in its normal state.
Font Font used to render the section label in its normal state.
HoverFill Background fill of the section bar when hovered.
HoverFont Font used to render the section label when the section is hovered.
HoverStroke Border stroke of the section bar when hovered.
RoundedCorners Which corners of the section bar rectangle are rounded.
Rounding Corner radius in pixels for rounded section bar corners.
SelectedFill Background fill of the section bar when selected.
SelectedFont Font used to render the section label when the section is selected.
SelectedStroke Border stroke of the section bar when selected.
Stroke Border stroke of the section bar in its normal state.
TextHorizontalAlign Horizontal alignment of the label text within the section bar.
TextMargins Padding margins applied around the label text inside the section bar.
TextOrientation Rotation applied to the section label text.
TextVerticalAlign Vertical alignment of the label text within the section bar.
TextWordWrap When True, the section label text wraps when it exceeds the section width.