Gets/sets the boundaries of the text field of this layer.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public Property TextBox As RectangleF
public RectangleF TextBox { get; set; }
You should distinguish coordinates/dimensions of the text layer and the text box. The text layer coordinates/dimensions specify the bounding rectangle for the visible part of the layer. The text box specifies the area which the designer of the PSD file assigns for the text. The text is aligned relatively this box and if the text is multiline, it is used to break words into strings. If the text string exceeds this box, it should be clipped.