Method AddStyle
- Namespace
- Alternet.Syntax
- Assembly
- Alternet.Syntax.v10.dll
AddStyle(string, Color, Color, LexFontStyle, bool)
protected void AddStyle(string name, Color color, Color backColor, LexFontStyle fontStyle, bool plainText)
Parameters
name
string
color
Color
backColor
Color
fontStyle
LexFontStyle
plainText
bool
AddStyle(string, Color, LexFontStyle, bool)
protected void AddStyle(string name, Color color, LexFontStyle fontStyle, bool plainText)
Parameters
name
string
color
Color
fontStyle
LexFontStyle
plainText
bool
AddStyle(string, Color, LexFontStyle)
protected void AddStyle(string name, Color color, LexFontStyle fontStyle)
Parameters
name
string
color
Color
fontStyle
LexFontStyle
AddStyle(string, Color)
protected void AddStyle(string name, Color color)
Parameters
name
string
color
Color