Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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)
Property Value
Type: System.Windows.Media.SolidColorBrush
The surface background brush.