IWpfTextView.Background 属性

获取或设置可视元素的背景。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Property Background As Brush
Brush Background { get; set; }
property Brush^ Background {
    Brush^ get ();
    void set (Brush^ value);
}
abstract Background : Brush with get, set
function get Background () : Brush 
function set Background (value : Brush)

属性值

类型:Brush
可视元素的背景。

.NET Framework 安全性

请参阅

参考

IWpfTextView 接口

Microsoft.VisualStudio.Text.Editor 命名空间