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 ID="slider" runat="server" StrokeWidth="4" InnerCircleImageUrl="../images/radialslider/chevron-right.png"></ej:RadialSlider>

    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 ID="slider" Radius="250" runat="server"></ej:RadialSlider>