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
}
网友评论