Class InfoBoxPositioning
Positioning class for infoboxes
Inheritance
object
InfoBoxPositioning
Namespace: Terminaux.Inputs.Styles.Infobox.Tools
Assembly: Terminaux.dll
Syntax
public class InfoBoxPositioning
Constructors
| Edit this page View SourceInfoBoxPositioning()
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
Type | Name | Description |
---|---|---|
InfoBoxPositioning | positioning | Positioning settings to copy from |
Properties
| Edit this page View SourceAutofit
Whether to automatically fit the elements or not
Declaration
public bool Autofit { get; set; }
Property Value
Type | Description |
---|---|
bool |
ExtraHeight
Reserved height for elements that will be placed after the information text
Declaration
public int ExtraHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
GlobalSettings
Global infobox positioning settings
Declaration
public static InfoBoxPositioning GlobalSettings { get; }
Property Value
Type | Description |
---|---|
InfoBoxPositioning |
Height
Height of the informational box (Autofit must be turned off, does not include extra height)
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
Left
Left position of the informational box (Autofit must be turned off)
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
int |
Top
Top position of the informational box (Autofit must be turned off)
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
int |
Width
Width of the informational box (Autofit must be turned off)
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
int |