ITheme.CollapsedTextBackgroundBrush Property
Applies to v2.
Gets or sets the collapsed text background brush.
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)
Property Value
Type: System.Windows.Media.SolidColorBrush
The collapsed text background brush.