ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsBorderBuilder

    Show / Hide Table of Contents

    Class MapsBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsBorderBuilder : ControlBuilder

    Constructors

    MapsBorderBuilder()

    Declaration
    public MapsBorderBuilder()

    MapsBorderBuilder(MapsBorder)

    Declaration
    public MapsBorderBuilder(MapsBorder model)
    Parameters
    Type Name Description
    MapsBorder model

    Methods

    Color(String)

    Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.

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

    Opacity(Double)

    Sets and gets the opacity of the border in maps.

    Declaration
    public MapsBorderBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsBorderBuilder

    Width(Double)

    Sets and gets the width of the border in maps.

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