RadControls for WinForms

The image below shows the Control Element Structure of RadProgressBar as displayed by Visual Style Builder:

The RadProgressBarElement represents the entire RadProgressBar control. Any settings you make at this level will be inherited by all elements further down in the tree.

  • The FillPrimitive and BorderPrimitive children of RadProgressBarElement set overall background and border properties that are inherited by the other elements.
  • The ProgressBarPrimitive element handles formatting for the active portion of the progress bar. It includes an ImagePrimitive to draw any image assigned to the progress bar.
  • The TextPrimitive draws the text on the progress bar.