Class RadialSliderPropertiesBuilder
Represents a class for RadialSliderPropertiesBuilder which includes stroke width, end angle, start angle, locale, show inner circle, and inline properties.
Inheritance
System.Object
RadialSliderPropertiesBuilder
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class RadialSliderPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
RadialSliderPropertiesBuilder()
Declaration
public RadialSliderPropertiesBuilder()
RadialSliderPropertiesBuilder(RadialSlider)
Declaration
public RadialSliderPropertiesBuilder(RadialSlider radialSlider)
Parameters
Fields
radialSlider
Declaration
public RadialSlider radialSlider
Field Value
Methods
AutoOpen(Boolean)
Specifies whether the radialSlider to be in open state by default(while control initialization).
Declaration
public RadialSliderPropertiesBuilder AutoOpen(bool autoOpen)
Parameters
Type |
Name |
Description |
System.Boolean |
autoOpen |
|
Returns
ClientSideEvents(Action<RadialSliderClientSideEventsBuilder>)
Specifies ClientSide event for RadialSlider.
Declaration
public RadialSliderPropertiesBuilder ClientSideEvents(Action<RadialSliderClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
CssClass(String)
Specifies To set the rootClass theme for RadialSlider.
Declaration
public RadialSliderPropertiesBuilder CssClass(string cssClass)
Parameters
Type |
Name |
Description |
System.String |
cssClass |
|
Returns
EnableAnimation(Boolean)
Specifies To enable Animation for Radial Slider.
Declaration
public RadialSliderPropertiesBuilder EnableAnimation(bool enableAnimation)
Parameters
Type |
Name |
Description |
System.Boolean |
enableAnimation |
|
Returns
EnableRoundOff(Boolean)
Specifies whether the Enable/Disable the Roundoff property of RadialSlider.
Declaration
public RadialSliderPropertiesBuilder EnableRoundOff(bool enableRoundOff)
Parameters
Type |
Name |
Description |
System.Boolean |
enableRoundOff |
|
Returns
EndAngle(Double)
Specifies the endAngle value for radial slider circle.
Declaration
public RadialSliderPropertiesBuilder EndAngle(double endAngle)
Parameters
Type |
Name |
Description |
System.Double |
endAngle |
|
Returns
HtmlAttributes(IDictionary<String, Object>)
It allows to define the characteristics of the RadialSlider control. It will helps to extend the capability of an HTML element.
Declaration
public RadialSliderPropertiesBuilder HtmlAttributes(IDictionary<string, object> itemHtmlAttributes)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
itemHtmlAttributes |
|
Returns
Inline(Boolean)
Specifies the inline for label show or not on given radius.
Declaration
public RadialSliderPropertiesBuilder Inline(bool inline)
Parameters
Type |
Name |
Description |
System.Boolean |
inline |
|
Returns
InnerCircleImageClass(String)
Specifies To set the InnerCircleImageClass for RadialSlider.
Declaration
public RadialSliderPropertiesBuilder InnerCircleImageClass(string innerCircleImageClass)
Parameters
Type |
Name |
Description |
System.String |
innerCircleImageClass |
|
Returns
InnerCircleImageUrl(String)
Specifies To set the InnerCircleImageUrl for RadialSlider.
Declaration
public RadialSliderPropertiesBuilder InnerCircleImageUrl(string innerCircleImageUrl)
Parameters
Type |
Name |
Description |
System.String |
innerCircleImageUrl |
|
Returns
LabelSpace(Double)
Specifies the LabelSpace of RadialSlider.
Declaration
public RadialSliderPropertiesBuilder LabelSpace(double labelSpace)
Parameters
Type |
Name |
Description |
System.Double |
labelSpace |
|
Returns
LableSpace(Double)
Specifies the LableSpace of RadialSlider.
Declaration
public RadialSliderPropertiesBuilder LableSpace(double lableSpace)
Parameters
Type |
Name |
Description |
System.Double |
lableSpace |
|
Returns
Locale(String)
Defines the localization culture for the Radial Slider. A string argument 'locale' is passed.
Declaration
public RadialSliderPropertiesBuilder Locale(string locale)
Parameters
Type |
Name |
Description |
System.String |
locale |
|
Returns
Radius(Double)
The Radius value for radialSlider .
Declaration
public RadialSliderPropertiesBuilder Radius(double radius)
Parameters
Type |
Name |
Description |
System.Double |
radius |
|
Returns
Render()
Declaration
ShowInnerCircle(Boolean)
Specifies whether to ShowInnerCircle for RadialSlider,when it is set to true.
Declaration
public RadialSliderPropertiesBuilder ShowInnerCircle(bool showInnerCircle)
Parameters
Type |
Name |
Description |
System.Boolean |
showInnerCircle |
|
Returns
StartAngle(Double)
Specifies the startAngle value for radial slider circle.
Declaration
public RadialSliderPropertiesBuilder StartAngle(double startAngle)
Parameters
Type |
Name |
Description |
System.Double |
startAngle |
|
Returns
StrokeWidth(Double)
Specifies the strokeWidth for customize the needle, outer circle and inner circle.
Declaration
public RadialSliderPropertiesBuilder StrokeWidth(double strokeWidth)
Parameters
Type |
Name |
Description |
System.Double |
strokeWidth |
|
Returns
Ticks(List<Double>)
Specifies the ticks value of radial slider
Declaration
public RadialSliderPropertiesBuilder Ticks(List<double> ticks)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
ticks |
|
Returns
ToHtmlString()
Returns an HTML-encoded string.
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Value(Double)
Specifies the current value of the Radial slider.
Declaration
public RadialSliderPropertiesBuilder Value(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Implements
System.Web.IHtmlString