Class RangeNavigatorThumbSettings
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()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorThumbSettings : EJTagHelper
Constructors
RangeNavigatorThumbSettings()
Declaration
public RangeNavigatorThumbSettings()
Properties
Border
border for the thumb
Declaration
[HtmlAttributeName("border")]
public RangeNavigatorBorder Border { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorBorder |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Fill
fill color for the thumb
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
height of thumb
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Type
type of thumb
Declaration
[HtmlAttributeName("type")]
public ThumbType Type { get; set; }
Property Value
Type | Description |
---|---|
ThumbType |
Width
width of thumb
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |