dbicDigit Send comments on this topic.
BackColorFrom Property
See Also 
dbicDigit Assembly > Dbi.WinControl.Digit Namespace > dbiDigit Class : BackColorFrom Property

Gets or sets the primary background color used for the control if you are using a gradient fill.

Syntax

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

Property Value

Color

Remarks

This property is only used if the BackColor Property is set to transparent.

Requirements

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

See Also