Class MapPolygonVal
Inheritance
System.Object
MapPolygonVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapPolygonVal : Object
Constructors
MapPolygonVal()
Declaration
Properties
MapCenterPointTemplate
Declaration
public MapPointTemplate MapCenterPointTemplate { get; set; }
Property Value
MapFieldData
Declaration
public List<MapFieldData> MapFieldData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<MapFieldData> |
|
MapPolygonTemplate
Declaration
public MapPolygonTemplateVal MapPolygonTemplate { get; set; }
Property Value
UseCustomCenterPointTemplate
Declaration
public bool UseCustomCenterPointTemplate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseCustomPolygonTemplate
Declaration
public bool UseCustomPolygonTemplate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|