Highlighting brush implementation that takes a frozen brush.

C# | Visual Basic | Visual C++ |
[SerializableAttribute] public sealed class SimpleHighlightingBrush : HighlightingBrush, ISerializable
<SerializableAttribute> _ Public NotInheritable Class SimpleHighlightingBrush _ Inherits HighlightingBrush _ Implements ISerializable
[SerializableAttribute] public ref class SimpleHighlightingBrush sealed : public HighlightingBrush, ISerializable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | SimpleHighlightingBrush(Color) | Initializes a new instance of the SimpleHighlightingBrush class |
![]() | Equals(Object) | (Overrides Object.Equals(Object).) |
![]() | GetBrush(ITextRunConstructionContext) |
Gets the real brush.
(Overrides HighlightingBrush.GetBrush(ITextRunConstructionContext).) |
![]() | GetColor(ITextRunConstructionContext) |
Gets the color of the brush.
(Inherited from HighlightingBrush.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Overrides Object.GetHashCode()()()().) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |

Object | ||
![]() | HighlightingBrush | |
![]() | SimpleHighlightingBrush |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238