You can call them out separately in CSS styling:
VSlider {
[insert styling attributes here]
}
HSlider {
[insert styling attributes here]
}
or if you want to create more variations:
.anotherSlider {
[insert styling attributes here]
}
Another way is to just style the sliders inline in the component MXML.
Juan
scalenine.com
--- In [email protected], "rashmi_nraj" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> Can anyone tell me how to skin VSlider and HSlider separately?
>
> Regards,
> Rashmi
>

