Theme.SurfaceBackgroundBrush Property
Applies to v2.
Gets or sets the color for the surface background of the theme.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Property SurfaceBackgroundBrush As SolidColorBrush
Get
Set
'Usage
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)
Property Value
Type: System.Windows.Media.SolidColorBrush
The color for the surface background of the theme.