Interface IReadOnlyFontAndColor
Contains methods to get background color, foreground color and font.
public interface IReadOnlyFontAndColor
Properties
- BackgroundColor
Gets background color.
- Font
Gets font.
- ForegroundColor
Gets foreground color.
Methods
- WithBackColor(Color?)
Gets this object with changed background color.
- WithFont(Font?)
Gets this object with changed font.
- WithForeColor(Color?)
Gets this object with changed foreground color.