menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorBorderBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RangeNavigatorBorderBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorBorderBuilder : ControlBuilder

    Constructors

    RangeNavigatorBorderBuilder()

    Declaration
    public RangeNavigatorBorderBuilder()

    RangeNavigatorBorderBuilder(RangeNavigatorBorder)

    Declaration
    public RangeNavigatorBorderBuilder(RangeNavigatorBorder model)
    Parameters
    Type Name Description
    RangeNavigatorBorder model

    Methods

    Color(String)

    Specifies the color of the border, accepting values in hex or RGBA as valid CSS color strings.

    Declaration
    public RangeNavigatorBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RangeNavigatorBorderBuilder

    DashArray(String)

    Sets the length of dashes in the stroke of border.

    Declaration
    public RangeNavigatorBorderBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RangeNavigatorBorderBuilder

    Width(Double)

    The width of the border in pixels.

    Declaration
    public RangeNavigatorBorderBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    RangeNavigatorBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved