Class MapSize
Represents the size of a map viewport, map title, map legend, map distance scale, or map color scale.
Inheritance
System.Object
MapSize
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapSize
Constructors
MapSize()
Declaration
public MapSize()
MapSize(ReportSerializer)
Declaration
public MapSize(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
Height
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unit
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |