Class MapPolygonTemplateVal
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: Syncfusion.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapPolygonTemplateVal : MapSpatialElementTemplateVal, IReportDispose, IDisposable
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 |
---|---|
BooleanOptions |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable