美文网首页
2021-03-19_JavaFX控件之TextField

2021-03-19_JavaFX控件之TextField

作者: 微笑碧落 | 来源:发表于2022-08-12 14:38 被阅读0次

    1.常用css属性

    .text-area{
      -fx-pref-column-count;//默认显示多少字符的宽度。默认是12
    -fx-alignment//文本的对齐方式。如下可以选择[ top-left | top-center | top-right | center-left | center | center-right bottom-left | bottom-center | bottom-right | baseline-left | baseline-center | baseline-right ]。默认是center-left
    }
    

    相关文章

      网友评论

          本文标题:2021-03-19_JavaFX控件之TextField

          本文链接:https://www.haomeiwen.com/subject/tqebcltx.html