Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何修改TextBox 占位符的颜色 #1628

Open
budaowengd opened this issue Aug 10, 2024 · 1 comment
Open

请问如何修改TextBox 占位符的颜色 #1628

budaowengd opened this issue Aug 10, 2024 · 1 comment

Comments

@budaowengd
Copy link

<hc:TextBox
Margin="30"
Foreground="Crimson"
hc:InfoElement.IsReadOnly="True"
hc:InfoElement.ShowClearButton="True"
hc:InfoElement.Placeholder="111"
hc:InfoElement.Title="我title2"/>

我想修改Placeholder的颜色,应该怎么做

@Lizhengbo0304
Copy link

自己重写一下Style,如果想做成通用的,就再添加个附加属性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants