Constructor | Description | StyleRange() | Creates an empty StyleRange. | StyleRange(int start, int length, Color foreground, Color background) | Creates a StyleRange with the specified start, length, foreground color, and background color. | StyleRange(int start, int length, Color foreground, Color background, int fontStyle) | Creates a StyleRange with the specified start, length, foreground color, background color, and font style. |
|