Justifiers FormatProperties.JustifyJustification and spacing for items in a canvas. NoneStartEndCenterSpaceBetweenSpaceAroundSpaceEvenlyExample 1Example = VBox(3") { Separation: 2; ShowHorizontal(each Justifiers);};NoneStartEndCenterSpaceBetweenSpaceAroundSpaceEvenlyExample 2Example2 = HBox(null, 3") { Separation: 2; ShowVertical(each Justifiers);};
NoneStartEndCenterSpaceBetweenSpaceAroundSpaceEvenly