Class MapSize
Map Size Data
Inheritance
System.Object
MapSize
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class MapSize : Object
Constructors
MapSize()
Declaration
public MapSize()
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Unit
Declaration
public Unit Unit { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Unit |
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |