Class InfoBoxPositioning
Positioning class for infoboxes
Inheritance
object
InfoBoxPositioning
Namespace
Syntax
public class InfoBoxPositioning
Constructors
InfoBoxPositioning()
Creates a new instance of infobox positioning class with default settings
Declaration
public InfoBoxPositioning()
InfoBoxPositioning(InfoBoxPositioning)
Creates a new instance of infobox positioning class with copied settings
Declaration
public InfoBoxPositioning(InfoBoxPositioning positioning)
Parameters
| Name | Type | Description |
|---|---|---|
| positioning | InfoBoxPositioning | Positioning settings to copy from |
Properties
Autofit
Whether to automatically fit the elements or not
Property Value
bool
Declaration
public bool Autofit { get; set; }
ExtraHeight
Reserved width to make the infobox taller (added to the total height)
Property Value
int
Declaration
public int ExtraHeight { get; set; }
ExtraWidth
Reserved width to make the infobox wider (added to the total width)
Property Value
int
Declaration
public int ExtraWidth { get; set; }
GlobalSettings
Global infobox positioning settings
Property Value
Declaration
public static InfoBoxPositioning GlobalSettings { get; }
Height
Height of the informational box (Autofit must be turned off, does not include extra height)
Property Value
int
Declaration
public int Height { get; set; }
Left
Left position of the informational box (Autofit must be turned off)
Property Value
int
Declaration
public int Left { get; set; }
Top
Top position of the informational box (Autofit must be turned off)
Property Value
int
Declaration
public int Top { get; set; }
Width
Width of the informational box (Autofit must be turned off)
Property Value
int
Declaration
public int Width { get; set; }