WPF C#Set" ContentPresenter.Foreground"按代码

时间:2015-02-04 10:35:45

标签: c# wpf foreground contentpresenter

我只能使用TextElement.Foreground="..."找到解决此问题的xaml解决方案 但是我想在C#中设置ContentPresenter的前景 你能告诉我它是如何工作的吗?

非常感谢你!

1 个答案:

答案 0 :(得分:0)

您正在寻找附属物。您可以查看msdn

一般情况下,你会想做像myContentPresenter.SetValue(ForegroundProperty,myForeground)这样的事情