Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Graphics.GUI.MyLayoutVertical Struct Reference

Public Member Functions

 MyLayoutVertical (IMyGuiControlsParent parent, float horizontalPaddingPx)
 
void Add (MyGuiControlBase control, MyAlignH align, bool advance=true)
 
void Add (MyGuiControlBase control, float preferredWidthPx, float preferredHeightPx, MyAlignH align)
 
void Add (MyGuiControlBase leftControl, MyGuiControlBase rightControl)
 
void Add (MyGuiControlBase leftControl, MyGuiControlBase centerControl, MyGuiControlBase rightControl)
 
void Advance (float advanceAmountPx)
 

Properties

float CurrentY [get]
 
float HorrizontalPadding [get]
 

Detailed Description

Definition at line 24 of file MyListLayouts.cs.

Constructor & Destructor Documentation

Sandbox.Graphics.GUI.MyLayoutVertical.MyLayoutVertical ( IMyGuiControlsParent  parent,
float  horizontalPaddingPx 
)
inline

Definition at line 41 of file MyListLayouts.cs.

Member Function Documentation

void Sandbox.Graphics.GUI.MyLayoutVertical.Add ( MyGuiControlBase  control,
MyAlignH  align,
bool  advance = true 
)
inline

Definition at line 51 of file MyListLayouts.cs.

void Sandbox.Graphics.GUI.MyLayoutVertical.Add ( MyGuiControlBase  control,
float  preferredWidthPx,
float  preferredHeightPx,
MyAlignH  align 
)
inline

Definition at line 56 of file MyListLayouts.cs.

void Sandbox.Graphics.GUI.MyLayoutVertical.Add ( MyGuiControlBase  leftControl,
MyGuiControlBase  rightControl 
)
inline

Definition at line 62 of file MyListLayouts.cs.

void Sandbox.Graphics.GUI.MyLayoutVertical.Add ( MyGuiControlBase  leftControl,
MyGuiControlBase  centerControl,
MyGuiControlBase  rightControl 
)
inline

Definition at line 70 of file MyListLayouts.cs.

void Sandbox.Graphics.GUI.MyLayoutVertical.Advance ( float  advanceAmountPx)
inline

Definition at line 79 of file MyListLayouts.cs.

Property Documentation

float Sandbox.Graphics.GUI.MyLayoutVertical.CurrentY
get

Definition at line 32 of file MyListLayouts.cs.

float Sandbox.Graphics.GUI.MyLayoutVertical.HorrizontalPadding
get

Definition at line 37 of file MyListLayouts.cs.


The documentation for this struct was generated from the following file: