TextBlock.SetForeground(DependencyObject, Brush) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定的依赖对象上的 Foreground 附加属性值。
public:
static void SetForeground(System::Windows::DependencyObject ^ element, System::Windows::Media::Brush ^ value);
public static void SetForeground (System.Windows.DependencyObject element, System.Windows.Media.Brush value);
static member SetForeground : System.Windows.DependencyObject * System.Windows.Media.Brush -> unit
Public Shared Sub SetForeground (element As DependencyObject, value As Brush)
参数
- element
- DependencyObject
要在其上设置 Foreground 属性值的依赖对象。
- value
- Brush
要将此属性设为的新值。
例外
element
为 null
。