IEditorSettings.SurfaceBackgroundBrush Property

Applies to v2.

Gets or sets the surface background brush.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property SurfaceBackgroundBrush As SolidColorBrush 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Windows.Media.SolidColorBrush
The surface background brush.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace