Theme.SurfaceBackgroundBrush-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft die Farbe für den Oberflächenhintergrund des Designs ab oder legt diese fest.
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)
Eigenschaftswert
Typ: System.Windows.Media.SolidColorBrush
Die Farbe für den Oberflächenhintergrund des Designs.