menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeNavigatorThumbSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeNavigatorThumbSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RangeNavigatorThumbSettings
    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
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved