Defines whether the shape representing only the current progress, or all of the shapes up to the current progress is drawn
Namespace: FMX.RS.Graphics
Delphi
|
type
TProgressDisplayType = (dtAllProgress, dtCurrentProgress);
|
Reference
•FMX.RS.Graphics.ProgressCircle(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •FMX.RS.Graphics.ProgressPie(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •FMX.RS.Graphics.ProgressRect(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressOrientation,TProgressDirection,TProgressDisplayType) •FMX.RS.Graphics |