Class MapSubItemVal
Inheritance
System.Object
MapSubItemVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapSubItemVal : Object
Constructors
MapSubItemVal()
Declaration
Properties
BackGround
Declaration
public BackgroundVal BackGround { get; set; }
Property Value
Border
Declaration
public BorderProperties Border { get; set; }
Property Value
BottomMargin
Declaration
public Size BottomMargin { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
LeftMargin
Declaration
public Size LeftMargin { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
MapLocation
Declaration
public MapLocation MapLocation { get; set; }
Property Value
MapSize
Declaration
public MapSize MapSize { get; set; }
Property Value
RightMargin
Declaration
public Size RightMargin { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
Style
Declaration
public StyleVal Style { get; set; }
Property Value
TopMargin
Declaration
public Size TopMargin { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.Size |
|
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|