Class MapPolygonTemplateVal
Inheritance
System.Object
MapPolygonTemplateVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapPolygonTemplateVal : MapSpatialElementTemplateVal
Constructors
MapPolygonTemplateVal()
Declaration
public MapPolygonTemplateVal()
Properties
CenterPointOffsetX
Declaration
public float CenterPointOffsetX { get; set; }
Property Value
Type |
Description |
System.Single |
|
CenterPointOffsetY
Declaration
public float CenterPointOffsetY { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelPlacement
Declaration
public string LabelPlacement { get; set; }
Property Value
Type |
Description |
System.String |
|
ScaleFactor
Declaration
public float ScaleFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
ShowLabel
Declaration
public BooleanOptions ShowLabel { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.BooleanOptions |
|