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