共用方式為


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