Wiki Navigation
- Loading...
Purpose
The textcontrol displays a multi-line text box.
Description of change
We have added an attribute to the textcontrol to control the line spacing of the text in the control. Previously the line spacing was fixed at 1.
lineSpacing - specifies the desired line spacing for the text in the control. The value must be in the format of a floating point number. The default value is 1.0. Example:
<lineSpacing>0.75</lineSpacing>
This page has no comments.