共用方式為


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 命名空間