C# 클래스 FastColoredTextBoxNS.TextStyle

Style for chars rendering This renderer can draws chars, with defined fore and back colors
상속: Style
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
stringFormat System.Drawing.StringFormat

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics gr, Point position, Range range ) : void
GetCSS ( ) : string
GetRTF ( ) : RTFStyleDescriptor
TextStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : 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

GetRTF() 공개 메소드

public GetRTF ( ) : RTFStyleDescriptor
리턴 RTFStyleDescriptor

TextStyle() 공개 메소드

public TextStyle ( Brush foreBrush, Brush backgroundBrush, FontStyle fontStyle ) : System
foreBrush System.Drawing.Brush
backgroundBrush System.Drawing.Brush
fontStyle FontStyle
리턴 System

프로퍼티 상세

stringFormat 공개적으로 프로퍼티

public StringFormat,System.Drawing stringFormat
리턴 System.Drawing.StringFormat