ITheme.SurfaceBackgroundBrush プロパティ
v2 に適用されます。
表面背景のブラシを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Property SurfaceBackgroundBrush As SolidColorBrush
Get
Set
'使用
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)
プロパティ値
型: System.Windows.Media.SolidColorBrush
表面背景のブラシ。