文本填充和边距

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文本填充和边距相关的知识,希望对你有一定的参考价值。

If you ever wanted to add padding to a Text Input instance, use the "textPadding" Style under the Text Input Class like so.
  1. var padFormat:Number = new Number();
  2. padFormat = 10;
  3.  
  4. your_txt.setStyle("textPadding",padFormat);

以上是关于文本填充和边距的主要内容,如果未能解决你的问题,请参考以下文章

为啥我的文本左侧有边距/填充

具有填充和边距以及 100% 宽度的 HTML CSS 框? [复制]

视图的填充和边距之间的区别

scss [mixin]快速添加填充和边距

ActionScript 3 文字填充和边距

Android初学者填充和边距之间的区别[重复]