| C1.Win.C1Sizer.4 Assembly > C1.Win.C1Sizer Namespace : GradientMode Enumeration |
'Declaration Public Enum GradientMode Inherits System.Enum
public enum GradientMode : System.Enum
| Member | 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). |
System.Object
System.ValueType
System.Enum
C1.Win.C1Sizer.GradientMode