Class RectangleJsonModel
Inheritance
System.Object
RectangleJsonModel
Assembly: BoldReports.UWP.dll
Syntax
public class RectangleJsonModel : ReportItemBaseModel
Constructors
RectangleJsonModel()
Declaration
public RectangleJsonModel()
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundImage
Declaration
public string BackgroundImage { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundImageSrc
Declaration
public string BackgroundImageSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
BookMark
Declaration
public string BookMark { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
DocumentMapLabel
Declaration
public string DocumentMapLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RepeatWidth
Declaration
public string RepeatWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportModels
Declaration
public ReportItemBaseModel[] ReportModels { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Zindex
Declaration
public int Zindex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|