Open budaowengd opened 3 months ago
<hc:TextBox Margin="30" Foreground="Crimson" hc:InfoElement.IsReadOnly="True" hc:InfoElement.ShowClearButton="True" hc:InfoElement.Placeholder="111" hc:InfoElement.Title="我title2"/>
我想修改Placeholder的颜色,应该怎么做
自己重写一下Style,如果想做成通用的,就再添加个附加属性
<hc:TextBox Margin="30" Foreground="Crimson" hc:InfoElement.IsReadOnly="True" hc:InfoElement.ShowClearButton="True" hc:InfoElement.Placeholder="111" hc:InfoElement.Title="我title2"/>
我想修改Placeholder的颜色,应该怎么做