Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 windows phone 7.1 的文本框中设置不透明度。我想在 windows phone 7.1 的文本框中使用#503E28 颜色代码为背景设置不透明度 20%,用 #3B2D1E 颜色代码为前景设置 50%。
尝试将 alpha 通道添加到颜色代码中
<TextBox Foreground="#803B2D1E" Background ="#33503E28" ... />
我相信 WP 使用ARGB值,所以第一个值是A(alpha)。或者,您可以使用 Expression Blend 对其进行样式设置。
ARGB
A