C# Class ICSharpCode.TextEditor.Document.CustomLine

This class is used to store a pair of lineNr and its color
Show file Open project: jumpinjackie/fdotoolbox

Public Properties

Property Type Description
Color Color
EndLineNr int
ReadOnly bool
StartLineNr int

Public Methods

Method Description
CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System

Method Details

CustomLine() public method

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

CustomLine() public method

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

Property Details

Color public property

public Color Color
return Color

EndLineNr public property

public int EndLineNr
return int

ReadOnly public property

public bool ReadOnly
return bool

StartLineNr public property

public int StartLineNr
return int