Dimension
20 Sep 20161 minute to read
Stroke Width
Radial Slider StrokeWidth property specifies the width of the outline . By default, the Radial slider StrokeWidth is set as 2. Refer to the following code example.
@Html.EJ().RadialSlider("slider").StrokeWidth(4).InnerCircleImageUrl("../images/radialslider/chevron-right.png")
The following screenshot illustrates the output of the above code.
Setting radius
The RadialSlider property Radius indicates the radius of the RadialSlider’s circle ant its allow to change radius value. By default, the Radial Slider Radius is set to 200. Refer to the following code example.
@Html.EJ().RadialSlider("slider").Radius(250)