C# 클래스 FastColoredTextBoxNS.MarkerStyle

Marker style Draws background color for text
상속: Style
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
GetCSS ( ) : string
MarkerStyle ( Brush backgroundBrush ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

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

GetCSS() 공개 메소드

public GetCSS ( ) : string
리턴 string

MarkerStyle() 공개 메소드

public MarkerStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
리턴 System