dbicButton Send comments on this topic.
BackColorFrom Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : BackColorFrom Property

Gets or sets the primary background color for the control if you are using gradient fills on the button.

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