BracketGroup FormatProperties.BracketPlace brackets around the the items in the container. Example 1Example = HBox { Separator: CommaSpace; Bracket: Brackets.Square; 1 over 2; 2 over 3; 3 over 4;};[12, 23, 34]Example 2ExampleBlock2 = Block { Table(null, null, [1.5", 1", 1"]) { Row { Background: NytrilPalette.TableTitleBack; TextColor: NytrilPalette.TableTitleFore; "Type"; "Left-Right"; "Top Bottom"; }; foreach (var bracket in attribute Brackets) { Row { VAlign: Center; if (each0 mod 2 == 1) Background: NytrilPalette.ListOdd; bracket.Name; HBox { Bracket: bracket.Value.LeftRight; "Text"; }; VBox { Bracket: bracket.Value.TopBottom; "Long Text"; }; } } }};TypeLeft-RightTop BottomNoneTextLong TextAngleTextLong TextBar|Text|Long TextCurly{Text}Long Text
FlatCurly{Text}Long TextCurvedAngleTextLong TextRound(Text)Long TextFlatRound(Text)Long TextSquare[Text]Long TextTortoiseTextLong TextDoubleAngleTextLong TextDoubleBarTextLong TextDoubleRoundTextLong TextDoubleSquareTextLong TextDoubleTortoiseTextLong TextRightArrowTextLong TextLeftArrowTextLong TextRightHarpTextLong TextLeftHarpTextLong Text