Class MapLayer
Represents a ordered list of layers 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: Syncfusion.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapLayer
Constructors
MapLayer()
Declaration
public MapLayer()
Properties
MaximumZoom
Declaration
public float MaximumZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MinimumZoom
Declaration
public float MinimumZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Transparency
Declaration
public float Transparency { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VisibilityMode
Declaration
public VisibilityMode VisibilityMode { get; set; }
Property Value
Type | Description |
---|---|
VisibilityMode |