| Text |
Gets or sets the text associated with this control. |
| BackgroundImage |
Gets or sets the background image of the RadProgressBar. |
| BackgroundImageLayout |
Gets or sets the layout of the background image of the RadProgressBar. |
| ProgressBarElement |
Gets the instance of RadProgressBarElement wrapped by this control. RadProgressBarElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadProgressBar. |
| Value1 |
Gets or sets the value of the first progress line. There could be two progress lines in the progress bar. |
| Value2 |
Gets or sets the value of the second progress line. There could be two progress lines in the progress bar. |
| Minimum |
Gets or sets the minimum value for the progress. |
| Maximum |
Gets or sets the maximum value for the progress. |
| Step |
Gets or sets a value indicating the amount to increment the current value with. |
| StepWidth |
Gets or sets the StepWidth between different separators. |
| Dash |
Indicates whether the progress bar style is dash. When style is dash the progress line is broken into segments with separators in between them. |
| Hatch |
Indicates 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. |
| IntegralDash |
When style is dash indicates if the progress indicators will progress on steps or smoothly. |
| SeparatorColor1 |
Gets or sets the first gradient color for separators |
| SeparatorColor2 |
Gets or sets the second gradient color for separators. |
| SeparatorColor3 |
Gets or sets the third gradient color for separators. |
| SeparatorColor4 |
Gets or sets the fourth gradient color for separators. |
| SeparatorGradientAngle |
Gets or sets the angle of the separators gradient. |
| SeparatorGradientPercentage1 |
Gets or sets the first color stop in the separator gradient. |
| SeparatorGradientPercentage2 |
Gets or sets the second color stop in the separator gradient. |
| SeparatorNumberOfColors |
Gets or sets the number of colors used in the separator gradient. |
| SeparatorWidth |
Gets or sets the separators width in pixels. |
| Image |
Gets or sets the progress bar indicator image. |
| ImageLayout |
Gets or sets the progress bar indicator image layout. |
| ImageIndex |
Gets or sets the image index of the progress bar indicator image. |
| ImageKey |
Gets or sets the image key for the progress bar indicator image. |
| ImageAlignment |
Gets or sets the alignment of the image of the progress line. |
| TextOrientation |
Gets or sets the text orientation in the progress bar. |
| TextAlignment |
Gets or sets the alignment of the text content on the drawing surface. |
| ProgressOrientation |
Gets or sets the progress orientation: Bottom, Left, Right, Top. |
| ShowProgressIndicators |
Gets or sets if the progress should be show with percentages. |
| SweepAngle |
Gets or sets the angle at which the dash or hatch lines are tilted. |
| RadProgressBarElement.IndicatorElement1
|
Gets an instance of the UpperProgressIndicatorElement class that represents the progress indicator of the progress bar. |
| RadProgressBarElement.IndicatorElement2
|
Gets an instance of the ProgressIndicatorElement class that represents the progress bar indicator. |
| RadProgressBarElement.SeparatorsElement
|
Gets an instance of the SeparatorsElement class that represents the separators on the progress bar indicator. |
| RadProgressBarElement.TextElement
|
Gets an instance of the ProgressBarTextElement class that represents the text of the progress bar. |