Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets the color for the text background of the theme.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Property CollapsedTextBackgroundBrush As SolidColorBrush
Get
Set
'Usage
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)
Property Value
Type: System.Windows.Media.SolidColorBrush
The color for the text background of the theme.
Implements
ITheme.CollapsedTextBackgroundBrush