ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class MapLayer

Represents a layer to be drawn in a map.

Inheritance
System.Object
MapLayer
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: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class MapLayer

Constructors

MapLayer()

Declaration
protected MapLayer()

Properties

MaximumZoom

Defines the maximum zoom level at which the map layer is visible.

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

The maximum zoom level for layer visibility.

MinimumZoom

Defines the minimum zoom level at which the map layer is visible.

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

The minimum zoom level for layer visibility.

Name

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

Transparency

Specifies the transparency level of the map layer.

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

The transparency level of the map layer.

VisibilityMode

Represents the visibility mode of the map layer (e.g., visible, hidden).

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

The visibility mode setting for the map layer.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved