Freigeben über


ITheme.CollapsedTextBackgroundBrush-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Pinsel für den reduzierten Texthintergrund ab.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property CollapsedTextBackgroundBrush As SolidColorBrush 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Windows.Media.SolidColorBrush
Der Pinsel für den reduzierten Texthintergrund.

Siehe auch

Verweis

ITheme Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace