The default size of the object bounding rectangle in annotations coordinates.
public LeadSizeD DefaultTextBounds { get; set; }
The default size of bounding rectangle object in annotations coordinates.
This property is used when AnnTextPointerDrawDesigner.DrawPointerFirst is set to true. The values should be in annotations size units using AnnContainerMapper.SizeToContainerCoordinates. The default value is LeadSizeD.Empty, which indicates to not use defaultTextBounds and to fit the bounds with size of the text. Otherwise, its value is taken regardless of the text size.