Blazor

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

    Show / Hide Table of Contents

    Class InitialMarkerSelection

    Sets and gets the options for customizing the initial selection of the marker in maps.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    InitialMarkerSelection
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class InitialMarkerSelection : SfBaseComponent

    Constructors

    InitialMarkerSelection()

    Declaration
    public InitialMarkerSelection()

    Properties

    Latitude

    To initially select the marker latitude.

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

    Longitude

    To initially select the marker longitude

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved