Basic Examples (7) 
Annotate a graphical object with an underbrace:
Use multiple annotations:
By swapping the order of the two anchor points, create an overbrace:
Adjust the position and rotation of the label:
By default, the brace automatically adjusts its rotation to the annotated object:
Style the labels as well as the curves:
Use Point objects directly as anchor points:
Scope (10) 
Label content (2) 
Use the underbrace with no label:
The label does not have to be text:
Label position (3) 
Position the label further from the cusp:
The offset is taken in the direction of the cusp:
The textual label can be offset in the horizontal and vertical directions using an additional argument:
Any specification that is valid for the third argument of Text is also allowed. Here, an Offset is used:
Specify the relative position of the label with respect to the edges:
Curve dimensions (2) 
Make the edges longer:
Specify the relative position of the cusp with respect to the edges:
Presentation (3) 
Choose different colors, thicknesses, etc. for the curve:
Choose different styles for the label:
Style both the curve and the label:
Options (8) 
Direction (3) 
By default, the curve stretches between the two anchor points:
Specify explicitly the direction of the edges:
The direction can also be specified as a vector:
RotateLabel (3) 
The label is by default parallel to the brace:
Disable rotation:
The angle can also be given explicitly:
The combination of both approaches yields an automatically rotated label with the explicitly given rotation offset:
RoundingRadius (2) 
Adjust the radius of the joints:
The radius of the cusp and outer joints can be specified independently:
Applications (2) 
Make a technical drawing with proper physical units:
Describe the regions where a given function is monotonically increasing and decreasing:
Properties and Relations (1) 
GraphicsBrace can be used in Graphics the way that an underbrace is used in text:
Possible Issues (5) 
When the first argument is to be taken as a literal, wrap it in Inset:
When the other arguments are not numeric, no evaluation of GraphicsBrace takes place:
The label may be set too close to the cusp:
Position the label further from the cusp:
When the line segments are too small with respect to the rounding radii, undesired behavior occurs:
To prevent this, adjust the rounding radii appropriately:
For an overbrace, the label is upside down:
Turn off the automatic rotation of the label:
Neat Examples (2) 
Use the brace as a graphics primitive for artistic drawing:
Annotate the side lengths of a dynamically changing triangle: