dbicLabel Send comments on this topic.
BackColorTo Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : BackColorTo Property

Gets or sets the secondary background color of the control which is used for gradient fills.

Syntax

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

Property Value

Color

Remarks

This property is only effective when the FillType is not set to "Solid".

Requirements

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

See Also