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.Wpf.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 |