projects/components/widgets/containers/linear-layout/src/linear-layout-item/layout-layout-item.directive.doc.ts
The wmLinearLayoutItem
directive defines a linear layout child component.
class |
Type : string
|
Class of the widget. |
flexgrow |
Type : number
|
The relative share of this widget in space distribution. |
horizontalalign |
Type : string
|
This property decides the horizontal alignment of children. Allowed Values:
|
name |
Type : string
|
Name of the linear layout widget. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the container widget on the web page. |