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
    SfBaseComponent
    MapsHighlightSettings
    MapsBubbleHighlightSettings
    MapsMarkerHighlightSettings
    MapsNavigationLineHighlightSettings
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsHighlightSettings : SfBaseComponent

    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 - 2022 Syncfusion Inc. All Rights Reserved