BB FlashBack SDK: FBButtonProperties

GradientColor

Description

Returns and sets the value of the 'end' color if a gradient fill has been specified for the button.
 

Syntax

[C#/C++]
public ulong GradientColor

[VB.NET]
Public Property GradientColor As Integer
 

Remarks

Colors are specified in a long as a Win32 COLORREF value, which can be created by an RGB macro - see Win32 Platform SDK documentation.

The 'start' color of the gradient fill is specified by the BackColor property. The type of the gradient - horizontal or vertical - is set by the GradientType property. Gradient fills are enabled by the Gradient property.
 

See Also

FBButtonProperties::BackColor  FBButtonProperties::Gradient  FBButtonProperties::GradientType