C# 클래스 ICSharpCode.TextEditor.Document.CustomLine

This class is used to store a pair of lineNr and its color
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
EndLineNr int
ReadOnly bool
StartLineNr int

공개 메소드들

메소드 설명
CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System

메소드 상세

CustomLine() 공개 메소드

public CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
lineNr int
customColor Color
readOnly bool
리턴 System

CustomLine() 공개 메소드

public CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System
startLineNr int
endLineNr int
customColor Color
readOnly bool
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

EndLineNr 공개적으로 프로퍼티

public int EndLineNr
리턴 int

ReadOnly 공개적으로 프로퍼티

public bool ReadOnly
리턴 bool

StartLineNr 공개적으로 프로퍼티

public int StartLineNr
리턴 int