New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
TextGets or sets the text associated with this control.
BackgroundImageGets or sets the background image of the RadProgressBar.
BackgroundImageLayoutGets or sets the layout of the background image of the RadProgressBar.
ProgressBarElementGets the instance of RadProgressBarElement wrapped by this control. RadProgressBarElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadProgressBar.
Value1Gets or sets the value of the first progress line. There could be two progress lines in the progress bar.
Value2Gets or sets the value of the second progress line. There could be two progress lines in the progress bar.
MinimumGets or sets the minimum value for the progress.
MaximumGets or sets the maximum value for the progress.
StepGets or sets a value indicating the amount to increment the current value with.
StepWidthGets or sets the StepWidth between different separators.
DashIndicates whether the progress bar style is dash. When style is dash the progress line is broken into segments with separators in between them.
HatchIndicates whether the progress bar style is hatch. When style is hatch the progress line is covered with a hatch. You will have to change the SweepAngle in order to see the style.
IntegralDashWhen style is dash indicates if the progress indicators will progress on steps or smoothly.
SeparatorColor1Gets or sets the first gradient color for separators
SeparatorColor2Gets or sets the second gradient color for separators.
SeparatorColor3Gets or sets the third gradient color for separators.
SeparatorColor4Gets or sets the fourth gradient color for separators.
SeparatorGradientAngleGets or sets the angle of the separators gradient.
SeparatorGradientPercentage1Gets or sets the first color stop in the separator gradient.
SeparatorGradientPercentage2Gets or sets the second color stop in the separator gradient.
SeparatorNumberOfColorsGets or sets the number of colors used in the separator gradient.
SeparatorWidthGets or sets the separators width in pixels.
ImageGets or sets the progress bar indicator image.
ImageLayoutGets or sets the progress bar indicator image layout.
ImageIndexGets or sets the image index of the progress bar indicator image.
ImageKeyGets or sets the image key for the progress bar indicator image.
ImageAlignmentGets or sets the alignment of the image of the progress line.
TextOrientationGets or sets the text orientation in the progress bar.
TextAlignmentGets or sets the alignment of the text content on the drawing surface.
ProgressOrientationGets or sets the progress orientation: Bottom, Left, Right, Top.
ShowProgressIndicatorsGets or sets if the progress should be show with percentages.
SweepAngleGets or sets the angle at which the dash or hatch lines are tilted.
RadProgressBarElement.IndicatorElement1Gets an instance of the UpperProgressIndicatorElement class that represents the progress indicator of the progress bar.
RadProgressBarElement.IndicatorElement2Gets an instance of the ProgressIndicatorElement class that represents the progress bar indicator.
RadProgressBarElement.SeparatorsElementGets an instance of the SeparatorsElement class that represents the separators on the progress bar indicator.
RadProgressBarElement.TextElementGets an instance of the ProgressBarTextElement class that represents the text of the progress bar.

RadProgressBarElement's Methods

MethodDescription
PerformStepValue1Advances the current position of the progress bar by the amount of the Step property.
PerformStepBackValue1Reverses the advance of the current position of the second progress bar by the amount of the Step property.
IncrementValue1Increments Value1 with the given argument value.
DecrementValue1Decrements Value1 with the given argument value.
PerformStepValue2Advances the current position of the first progress bar by the amount of the Step property.
PerformStepBackValue2Advances the current position of the first progress bar by the amount of the Step property.
IncrementValue2Increments Value2 with the given argument value.
DecrementValue2Decrements Value2 with the given argument value.

Events

EventDescription
ValueChangedFires when value is changed.
StepChangedFires when step is changed.
StepWidthChangedFires when step width is changed.
SeparatorWidthChangedFires when the separator width is changed.
MinimumChangedFires when the minimum property is changed.
MaximumChangedFires when the maximum property is changed.
DashChangedFires when the dash property is changed.
HatchChangedFires when the hatch property is changed.
IntegralDashChangedFires when the integral dash property is changed.
TextOrientationChangedFires when the text orientation is changed.
TextAlignmentChangedFires when the text alignment is changed.
ProgressOrientationChangedFires when the progress orientation is changed.
ShowProgressIndicatorsChangedFires when show progress indicators is changed.
SeparatorColorChangedFires when the separator color is changed.

See Also

In this article
See Also
Not finding the help you need?
Contact Support