TextViewerBackColor Property

Gets or sets the background color for the control.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
public override Color BackColor { get; set; }

Return Value

Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.

See Also