Theme.CollapsedTextBackgroundBrush 속성
버전 2에 적용
테마의 텍스트 배경색을 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Overridable Property CollapsedTextBackgroundBrush As SolidColorBrush
Get
Set
‘사용 방법
Dim instance As Theme
Dim value As SolidColorBrush
value = instance.CollapsedTextBackgroundBrush
instance.CollapsedTextBackgroundBrush = value
public virtual SolidColorBrush CollapsedTextBackgroundBrush { get; set; }
public:
virtual property SolidColorBrush^ CollapsedTextBackgroundBrush {
SolidColorBrush^ get ();
void set (SolidColorBrush^ value);
}
abstract CollapsedTextBackgroundBrush : SolidColorBrush with get, set
override CollapsedTextBackgroundBrush : SolidColorBrush with get, set
function get CollapsedTextBackgroundBrush () : SolidColorBrush
function set CollapsedTextBackgroundBrush (value : SolidColorBrush)
속성 값
유형: System.Windows.Media.SolidColorBrush
테마의 텍스트 배경색입니다.
구현
ITheme.CollapsedTextBackgroundBrush