Class MapLayer
Represents a ordered list of layers to be drawn in a map.
Inheritance
System.Object
MapLayer
Assembly: BoldReports.UWP.dll
Syntax
public class MapLayer : Object
Constructors
MapLayer()
Declaration
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 |
BoldReports.RDL.DOM.VisibilityMode |
|