Theme.SurfaceBackgroundBrush 属性
适用于版本2
获取或设置主题的界面背景的颜色。
命名空间: Microsoft.WebMatrix.Extensibility.Editor
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Overridable Property SurfaceBackgroundBrush As SolidColorBrush
Get
Set
用法
Dim instance As Theme
Dim value As SolidColorBrush
value = instance.SurfaceBackgroundBrush
instance.SurfaceBackgroundBrush = value
public virtual SolidColorBrush SurfaceBackgroundBrush { get; set; }
public:
virtual property SolidColorBrush^ SurfaceBackgroundBrush {
SolidColorBrush^ get ();
void set (SolidColorBrush^ value);
}
abstract SurfaceBackgroundBrush : SolidColorBrush with get, set
override SurfaceBackgroundBrush : SolidColorBrush with get, set
function get SurfaceBackgroundBrush () : SolidColorBrush
function set SurfaceBackgroundBrush (value : SolidColorBrush)
属性值
类型:System.Windows.Media.SolidColorBrush
主题的界面背景的颜色。