menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsBorderSettings - API Reference

    Show / Hide Table of Contents

    Class MapsBorderSettings

    Gets or sets the options for customizing the color and width of borders in the maps.

    Inheritance
    System.Object
    MapsBorderSettings
    MapsAreaBorder
    MapsBorder
    MapsBubbleBorder
    MapsBubbleHighlightBorder
    MapsBubbleSelectionBorder
    MapsBubbleTooltipBorder
    MapsLayerDataLabelBorder
    MapsLayerHighlightBorder
    MapsLayerMarkerClusterBorder
    MapsLayerSelectionBorder
    MapsLayerTooltipBorder
    MapsLegendBorder
    MapsLegendShapeBorder
    MapsMarkerBorder
    MapsMarkerHighlightBorder
    MapsMarkerSelectionBorder
    MapsMarkerTooltipBorder
    MapsNavigationLineHighlightBorder
    MapsNavigationLineSelectionBorder
    MapsShapeBorder
    MapsToggleLegendBorder
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsBorderSettings : OwningComponentBase

    Constructors

    MapsBorderSettings()

    Declaration
    public MapsBorderSettings()

    Properties

    Color

    Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Gets or sets the opacity of the border in maps.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Gets or sets the width of the border in maps.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved