1.如何使文本框内文字居中对齐
this.createTextField(\"sec\",1,10,10,100,50);sec.background = true;//背景sec.backgroundColor = 0xFF0000;//背景色var format:TextFormat = new TextFormat();format.size = 20;format.color = 0x0000ff;//字体颜色? ?format.align = \"center\";//居中format.underline = true;//字体下划线? ?? ? with (sec) {? ? ? ? border = true;//显示文本框? ?? ?? ?? ???? ? ? ? setNewTextFormat(format);}sec.text = \"flash\";。
2.如何使文本框内文字居中对齐
this.createTextField(\"sec\",1,10,10,100,50);sec.background = true;//背景sec.backgroundColor = 0xFF0000;//背景色var format:TextFormat = new TextFormat();format.size = 20;format.color = 0x0000ff;//字体颜色? ?format.align = \"center\";//居中format.underline = true;//字体下划线? ?? ? with (sec) {? ? ? ? border = true;//显示文本框? ?? ?? ?? ???? ? ? ? setNewTextFormat(format);}sec.text = \"flash\"; 查看原帖>>。
转载请注明出处windows之家 » win10文本框中文字如何居中