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

请参阅

参考

Theme 类

Microsoft.WebMatrix.Extensibility.Editor 命名空间