FMX.StdCtrls.TAniIndicator.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TAniIndicatorStyle read FStyle write SetStyle default TAniIndicatorStyle.Linear;

C++

__property TAniIndicatorStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TAniIndicator

Description

Specifies the way this animated indicator looks (either linear or circular).

Use the Style property to specify how this animated indicator looks. You can set its look as a linear indicator (Linear) or a circular indicator (Circular). The following picture illustrates the two rendering modes.

AniIndicatorStyle.png

Enable or disable the rotating effect by setting the Enabled property to either True or False.

See Also