Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsHighlightSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsHighlightSettings

    Set and get the highlight setting for the maps control.

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

    Constructors

    MapsHighlightSettings()

    Declaration
    public MapsHighlightSettings()

    Properties

    Enable

    Enables or disables the highlight settings for maps.

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

    Fill

    Sets and gets the color for the shapes on which the mouse has hovered in maps.

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

    Opacity

    Sets and gets the opacity for the highlighted shapes in maps.

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