Class RangeNavigatorThumbSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RangeNavigatorThumbSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.RangeNavigator.dll
Syntax
public class RangeNavigatorThumbSettings : EJTagHelper
Constructors
RangeNavigatorThumbSettings()
Declaration
public RangeNavigatorThumbSettings()
Properties
Border
border for the thumb.
Declaration
public RangeNavigatorBorder Border { get; set; }
Property Value
| Type | Description |
|---|---|
| RangeNavigatorBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
fill color for the thumb.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Height
height of thumb.
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is Double.NaN |
Type
type of thumb.
Declaration
public ThumbType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ThumbType | The default value is ThumbType.Circle |
Width
width of thumb.
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is Double.NaN |