This section is intended to give you broad understanding of the possible ways by which you can change
the visual appearance of RadSlider. There is also comprehensive information
about the Control Template and it's required parts. You will need this information if you want to customize
the appearance of RadSlider.
You can modify the look of RadSlider either by changing some of the brushes
exposed by the API, or change the ControlTemplate. In the control template you are allowed to reorder the
template parts and your own objects. However, in changing the control template you should be careful to
include all required parts.
Note |
|---|
Note that in changing the Control Template you should include all required parts.
Even though your code will compile some of the functionality may be subject to impact due to the omission
of the required parts. |
See Also