Class MapPointLayer
Inheritance
System.Object
MapPointLayer
Assembly: BoldReports.UWP.dll
Syntax
public class MapPointLayer : MapVectorLayerVal
Constructors
MapPointLayer()
Declaration
Properties
MapPointRules
Declaration
public MapPointRulesVal MapPointRules { get; set; }
Property Value
MapPoints
Declaration
public List<MapPoint> MapPoints { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<MapPoint> |
|
MapPointTemplate
Declaration
public MapPointTemplate MapPointTemplate { get; set; }
Property Value