LimitLineShouldSerializeBackColor Method

Indicates whether the BackColor property should be serialized by Visual Studio designer.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
protected virtual bool ShouldSerializeBackColor()

Return Value

Boolean
True if the property has changed from its default; false otherwise.

See Also