C# 클래스 FastColoredTextBoxNS.Char

Char and style
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
c char
style StyleIndex

공개 메소드들

메소드 설명
Char ( char c )

메소드 상세

Char() 공개 메소드

public Char ( char c )
c char

프로퍼티 상세

c 공개적으로 프로퍼티

Unicode character
public char c
리턴 char

style 공개적으로 프로퍼티

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