Freigeben über


ITheme.SurfaceBackgroundBrush-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Pinsel des Oberflächenhintergrunds ab bzw. legt ihn fest.

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)

Eigenschaftswert

Typ: System.Windows.Media.SolidColorBrush
Der Pinsel des Oberflächenhintergrunds.

Siehe auch

Verweis

ITheme Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace