Свойство 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
Фоновая кисть свернутого текста.