Property TextBackColor
TextBackColor
Gets or sets background color of the text.
[Browsable(false)]
public virtual Color? TextBackColor { get; set; }
Property Value
Remarks
By default is null
. It means how additional background is painted
under the text. It's up to control how this property is used.