Theme.SurfaceBackgroundBrush 屬性
適用於版本2
取得或設定佈景主題的表面背景色彩。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Overridable Property SurfaceBackgroundBrush As SolidColorBrush
Get
Set
'用途
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)
屬性值
型別:System.Windows.Media.SolidColorBrush
佈景主題的表面背景色彩。