Blazor

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

    Show / Hide Table of Contents

    Class MapsArrow

    Sets and gets the options for the customization the arrow in navigation-line.

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

    Constructors

    MapsArrow()

    Declaration
    public MapsArrow()

    Properties

    ChildContent

    Sets and gets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Color

    Sets and gets the color for the arrow in navigation line.

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

    OffSet

    Sets and gets the offset value to position the arrow in navigation line.

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

    Position

    Sets and gets the type of the position to place the arrow in navigation lines.

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

    ShowArrow

    Enables or disables the visibility state of the arrow in navigation line.

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

    Size

    Sets and gets the size of the arrow in navigation line in maps.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

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