GrapeCity.Win.MultiRow Namespace : GradientStyle Enumeration |
<FeatureAttribute(Name="LookAndFeel", Version="v5.0")> Public Enum GradientStyle Inherits System.Enum
Dim instance As GradientStyle
[Feature(Name="LookAndFeel", Version="v5.0")] public enum GradientStyle : System.Enum
Member | Description |
---|---|
CornerDown | Specifies several colors' gradient rendering from a corner to the opposite side based on the GradientDirection's value. |
CornerUp | Specifies several colors' gradient rendering from a corner to the opposite side based on the GradientDirection's value. |
DiagonalDown | Specifies several colors' gradient rendering from a corner to the opposite corner based on the GradientDirection's value. |
DiagonalUp | Specifies several colors' gradient rendering from a corner to the opposite corner based on the GradientDirection's value. |
Horizontal | Specifies several colors' gradient rendering on the horizontal direction. |
Inherit | Specifies the property is not set and gets the value from the parent. |
None | Specifies no gradient style. |
Rectangular | Specifies several colors' gradient rendering using a rectangular path. |
Vertical | Specifies several colors' gradient rendering on the vertical direction. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.GradientStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2