Class RangeNavigatorThumbSettings
Inheritance
System.Object
RangeNavigatorThumbSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorThumbSettings : EJTagHelper
Constructors
RangeNavigatorThumbSettings()
Declaration
public RangeNavigatorThumbSettings()
Properties
Border
Declaration
public RangeNavigatorBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
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
Declaration
public ThumbType Type { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|