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