Contents
Installation, Deployment and Distribution
Licensing
Buttons
Chart
DropDown and ListControl
Editors
Forms and Dialogs
Menus
Panels and Labels
Track and Status Controls
Telerik Presentation Framework
Themes
Tools
For More Help
|
|
        You can customize the look of RadProgressBar through a rich set of properties: - Dash and Hatch properties control the drawing style of the active portion of the progress bar. If Dash is set to False (whatever the Hatch setting), the active portion of the progress bar will be drawn in a solid color set by the BackColor property. If Dash is set to True and Hatch is set to False, the active portion of the progress bar will be draw in a striped pattern. The stripes will fade from the Separator1 color to the Separator2 color. If Dash is set to True and Hatch is set to True, the active portion of the progress bar will be drawn in a cross-hatched pattern. The cross hatches will fade from the Separator1 color to the Separator2 color.
- The BackColor property sets the color of the background of the active portion of the progress bar.
- The ForeColor property sets the color of the text that reports the completion percentage.
- The Image, ImageAlignment, ImageKey, ImageIndex, and ImageList properties let you select an image to be displayed on the progress bar.
- The Minimum and Maximum properties set the allowed range of values for the Value1 and Value2 properties.
- The ProgressOrientation property sets the direction that the progress bar moves. You can set this property to Top, Left, Right, or Bottom to display progress starting at the top, left, right, or bottom of the control.
- The SeparatorWidth property controls the width of the stripes or cross hatches in the active portion of the progress bar.
- The StepWidth property controls the spacing between the stripes or cross hatches in the active portion of the progress bar.
- The SweepAngle property sets the angle of the stripes or cross hatches in the active portion of the progress bar.
- The Value1 property sets the width of the active portion of the progress bar.
- The Value2 property sets the boundary between the two shades in the inactive portion of the progress bar.
|