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
折叠的文本背景画笔。

请参阅

参考

ITheme 接口

Microsoft.WebMatrix.Extensibility.Editor 命名空间