dbicCalc Send comments on this topic.
BackColorFrom Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : BackColorFrom Property

Determines the primary background color of the calculator.

Syntax

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

Property Value

Color

Remarks

When using this property the BackColor Property should be set to Transparent.

Requirements

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

See Also