BB FlashBack SDK: FBTextBoxProperties

Gradient

Description

Set to True to have a gradient fill across the text box background, as opposed to a flat fill of a single color.  
 

Syntax

[C#/C++]
public Bool Gradient;

[VB.NET]
Public Property Gradient As Boolean
 

Remarks

The type of the gradient - horizontal or vertical - is set by GradientType. The start and end colors are defined by BackColor and GradientColor.
 

See Also

FBTextBoxProperties::GradientType  FBTextBoxProperties::BackColor  FBTextBoxProperties::GradientColor