BB FlashBack SDK: FBTextBoxProperties

GradientType

Description

Determines the direction of the gradient - either vertical or horizontal.  
 

Syntax

[C#/C++]
public long GradientType;

[VB.NET]
Public Property GradientType As Long
 

Remarks

Set this property to zero for a vertical gradient, any other value for horizontal.

Gradient fills are enabled by the Gradient property. The start and end colors are defined by BackColor and GradientColor.
 

See Also

FBTextBoxProperties::Gradient  FBTextBoxProperties::BackColor  FBTextBoxProperties::GradientColor