C# Class FastColoredTextBoxNS.MarkerStyle

Marker style Draws background color for text
Inheritance: Style
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
GetCSS ( ) : string
MarkerStyle ( Brush backgroundBrush ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( Graphics gr, Point position, Range range ) : void
gr System.Drawing.Graphics
position Point
range Range
return void

GetCSS() public method

public GetCSS ( ) : string
return string

MarkerStyle() public method

public MarkerStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
return System