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
테마의 표면 배경색입니다.