[]
        
(Showing Draft Content)

C1.Win.C1Sizer.GradientMode

GradientMode Enum

Specifies the background gradient mode.

Namespace: C1.Win.C1Sizer
Assembly: C1.Win.C1Sizer.4.8.dll
Syntax
public enum GradientMode : byte

Fields

Name Description
DiagonalDown

Diagonal gradient (from BackColor on the left-top to BackColor2 on the right-bottom).

DiagonalUp

Diagonal gradient (from BackColor on the left-bottom to BackColor2 on the right-top).

Horizontal

Horizontal gradient (from BackColor on the left to BackColor2 on the right).

None

No gradient.

Radial

Radial gradient (from BackColor on the edges to BackColor2 on the center).

Vertical

Vertical gradient (from BackColor on the top to BackColor2 on the bottom).