ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    RangeNavigatorBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

    The color of the border that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public RangeNavigatorBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    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 Description
    RangeNavigatorBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved