Class MapLayer
Represents a layer to be drawn in a map.
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. |