ProgressBarModel

23 Sep 20251 minute to read

Interface for a class ProgressBar

Properties

animation AnimationModel

Animation for the progress bar

cornerRadius string

corner type

enablePersistence boolean

Enable or disable persisting component’s state between page reloads.

enableRtl boolean

right to left

endAngle number

endAngle for circular progress bar

gapWidth number

gapwidth of the segment

height string

height of the progress bar

innerRadius string

progress radius for circular

isIndeterminate boolean

Indeterminate progress

loaded EmitType<ILoadedEventArgs>

loaded event

locale string

Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.

margin MarginModel

margin size

maximum number

maximum progress value

minimum number

minimum progress value

progress number

progress value

progressColor string

progressColor

progressCompleted EmitType<IProgressValueEventArgs>

progressCompleted event

radius string

track radius for circular

secondaryProgress number

secondary progress value

segmentColor string[]

Segment color

segmentCount number

segmentCount of the progress bar

startAngle number

startAngle for circular progress bar

theme string

theme style

thickness number

thickness of the circle

trackColor string

trackColor

type string

type of the progress bar

valueChanged EmitType<IProgressValueEventArgs>

valueChanged event

width string

width of the progress bar