dc.FullLayout
The
<dc.FullLayout>
tag assumes one child element - often a widget - that will fill the entire width of the available container. This may even produce a centering effect for images.
Attributes
- Pad: how much padding to use inside the layout. Values are: None, Small, Medium, Large, Extra - or custom padding defined by your template.
Usage Notes
TODO note how it assumes one child. explain centering effect
Examples
<dc.FullLayout Pad="Medium">
<dcm.ImageWidget Path="/examples/simple/board/carrie" />
</dc.FullLayout>
Output:
See Also
-
TODO reference to layout systems