DashboardSlotInfo

Represents a grid slot position on a dashboard

Overview of DashboardSlotInfo goes here.

DashboardSlotInfo Properties

DashboardSlotInfo

Field Type Inherited from Description
SlotSize Int32 DashboardSlotInfo Gets or sets the size of the slot
X Int32 DashboardSlotInfo Gets or sets the X coordinate of the slot
Y Int32 DashboardSlotInfo Gets or sets the Y coordinate of the slot

JSON Structure of DashboardSlotInfo

{
   "SlotSize"	:	"Int32",
   "X"	:	"Int32",
   "Y"	:	"Int32"
}