New to Telerik UI for WinFormsStart a free 30-day trial

Defines the gradient effects: Solid, Linear, Radial, Glass, OfficeGlass, Gel, and Vista.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum GradientStyles

Fields

Indicates that gel gradient effect is used.

C#
Gel = 6

Indicates that glass gradient effect is used.

C#
Glass = 3

Indicates that linear gradient effect is used.

C#
Linear = 1

Indicates that OfficeGlass gradient effect is used.

C#
OfficeGlass = 4

Indicates that OfficeGlassRect gradient effect is used.

C#
OfficeGlassRect = 5

Indicates that radial gradient effect is used.

C#
Radial = 2

Indicates that no gradient effect is used.

C#
Solid = 0

Indicates that vista gradient effect is used.

C#
Vista = 7