RadSlider has some paddings, is it possible to remove it?
I would like to have it from edge to edge
<telerik:RadSlider
Padding="0"
BackgroundColor="Blue"
TicksPlacement="None"
TickStep="10"
SnapMode="SnapToTicks"
LabelsPlacement="End"
LabelStep="10"
StringConverter="{x:Static converters:PetDistanceStringConverter.I}"
Minimum="0"
Maximum="100"
Value="{Binding Distance, Mode=TwoWay, Converter={x:Static converters:IntToDoubleConverter.I}}"
Margin="0,14,0,0" />