C# Class FastColoredTextBoxNS.Char

Char and style
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
c char
style StyleIndex

Public Methods

Method Description
Char ( char c )

Method Details

Char() public method

public Char ( char c )
c char

Property Details

c public_oe property

Unicode character
public char c
return char

style public_oe property

Style bit mask
Bit 1 in position n means that this char will rendering by FastColoredTextBox.Styles[n]
public StyleIndex style
return StyleIndex