TTMSFNCMarqueeAnimationContinousOptions Class
Holds the settings that control the animated marquee effect of the continuous progress control: whether the animation runs, how fast it advances, how many sections the ring is split into, the gap between sections and the fills used for the highlighted leading section and its neighboring sections.
API unit family: TMSFNCWidgetMarqueeContinuousProgress
Inherits from: TPersistent
Syntax
TTMSFNCMarqueeAnimationContinousOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Active | Determines whether the marquee animation runs. When True the highlighted section advances around the ring at run time; when False the ring is drawn without animation. |
| Fill | Specifies the fill used to paint the leading, currently highlighted section of the animation. |
| Interval | Specifies the timer interval, in milliseconds, between animation steps. Smaller values produce a faster animation. |
| SectionCount | Specifies the number of equally sized sections the ring is divided into. A higher count produces finer, more numerous segments. |
| SectionGapAngle | Specifies the gap, in degrees, between adjacent sections of the ring. |
| SideFill | Specifies the fill used to paint the sections adjacent to the leading highlighted section, creating a trailing effect. |