AvalonEdit
GetColor Method (context)
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingBrushGetColor(ITextRunConstructionContext)
Gets the color of the brush.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Nullable<Color> GetColor(
	ITextRunConstructionContext context
)
Public Overridable Function GetColor ( _
	context As ITextRunConstructionContext _
) As Nullable(Of Color)
public:
virtual Nullable<Color> GetColor(
	ITextRunConstructionContext^ context
)
Parameters
context (ITextRunConstructionContext)
The construction context. context can be null!

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238