class openfl.gui.styles.TextBoxStyle extends Style

Available on all platforms

Instance Fields

var fillColorOnOver:Int

Adjusts the fill color of the text box when the mouse hovers over the control.

var lineThickness:Float

Adjusts the thickness of the border of the text box.

var outlineColorOnOver:Int

Adjusts the outline color of the text box when the mouse hovers over the control.

var textColorOnOver:Int

Adjusts the color of text within the text box when the mouse hovers over the control.

function new():Void

Create a new style for a TextBox or any of its descendants.