ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLayer - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapLayer

    Represents a layer to be drawn in a map.

    Inheritance
    System.Object
    MapLayer
    MapTileLayer
    MapVectorLayer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public abstract class MapLayer

    Constructors

    MapLayer()

    Declaration
    protected MapLayer()

    Properties

    MaximumZoom

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

    MinimumZoom

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

    Name

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

    Transparency

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

    VisibilityMode

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