Blazor

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

    Show / Hide Table of Contents

    Class MapsHighlightSettings

    Set and get the highlight setting for the maps control.

    Inheritance
    System.Object
    MapsHighlightSettings
    MapsBubbleHighlightSettings
    MapsMarkerHighlightSettings
    MapsNavigationLineHighlightSettings
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsHighlightSettings : OwningComponentBase

    Constructors

    MapsHighlightSettings()

    Declaration
    public MapsHighlightSettings()

    Properties

    Enable

    Gets or sets a value indicating whether or not to highlight in the maps.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

    Gets or sets the color for highlight in the maps.

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

    Opacity

    Gets or sets the opacity for the highlight in the maps.

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