Inherits AZ::ComponentBus.
 | 
| 
virtual UiLayoutInterface::Padding  | GetPadding ()=0 | 
|   | Get the padding (in pixels) inside the edges of the element. 
  | 
|   | 
| 
virtual void  | SetPadding (UiLayoutInterface::Padding padding)=0 | 
|   | Set the padding (in pixels) inside the edges of the element. 
  | 
|   | 
| 
virtual float  | GetSpacing ()=0 | 
|   | Get the spacing (in pixels) between child elements. 
  | 
|   | 
| 
virtual void  | SetSpacing (float spacing)=0 | 
|   | Set the spacing (in pixels) between child elements. 
  | 
|   | 
| 
virtual UiLayoutInterface::VerticalOrder  | GetOrder ()=0 | 
|   | Get the vertical order for this layout. 
  | 
|   | 
| 
virtual void  | SetOrder (UiLayoutInterface::VerticalOrder order)=0 | 
|   | Set the vertical order for this layout. 
  | 
|   | 
 | 
| 
static const AZ::EBusHandlerPolicy  | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
|   | Only one component on a entity can implement the events. 
  | 
|   | 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiLayoutColumnBus.h