Marker style Draws background color for text
Inheritance: Style
示例#1
0
 private void usingYellowStyleToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MarkerStyle YellowStyle = new MarkerStyle(new SolidBrush(Color.FromArgb(180, Color.Yellow)));
     codebox.Selection.SetStyle(YellowStyle);
 }