C# Class FastColoredTextBoxNS.Char

Char and style
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Свойство Type Description
c char
style StyleIndex

Méthodes publiques

Méthode Description
Char ( char c )

Method Details

Char() public méthode

public Char ( char c )
c char

Property Details

c public_oe property

Unicode character
public char c
Résultat 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
Résultat StyleIndex