我想使图像适合整个按钮,而没有多余的空间。我已经尝试过了,但是没有用:
.toggle-button {
-fx-background-image: url("close.png");
-fx-background-repeat: stretch;
-fx-background-position: center center;
}
.toggle-button:selected{
-fx-background-image: url("contact.png");
}
这是我得到的结果:
如何使退出图片(红色正方形)充满整个按钮?
答案 0 :(得分:2)
您需要设置背景尺寸,否则背景尺寸设置为零。请尝试以下操作:
DataContext