IEditorSettings.SurfaceBackgroundBrush 屬性

適用於版本2

取得或設定表面背景筆刷。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Property SurfaceBackgroundBrush As SolidColorBrush 
    Get 
    Set
'用途
Dim instance As IEditorSettings 
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
表面背景筆刷。

請參閱

參考

IEditorSettings 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間