dbicMeter Send comments on this topic.
BackColorFrom Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : BackColorFrom Property

Gets or sets the backcolor for the control if you are using gradient fills on the button. If you are using gradient fills, be sure to set the BackColor Property to Transparent before applying this property.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BackColorFrom As Color
C# 
public virtual Color BackColorFrom {get; set;}

Property Value

Color

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also