HAligns FormatProperties.HAlignHorizontal cell and canvas alignment options. Sets the default horizontal alignment for all children. The container must have its width specified.NoneLeftCenterRightExample = VBox(4", null) { Separation: 10; Container(HAligns.Left); Container(HAligns.Center); Container(HAligns.Right);};LeftXXXXXXXCenterXXXXXXXRightXXXXXXX