GrapeCity MultiRow Windows Forms Documentation
GradientStyle Enumeration


Specifies the linear gradient style.
Syntax
<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 
Members
MemberDescription
CornerDownSpecifies several colors' gradient rendering from a corner to the opposite side based on the GradientDirection's value.
CornerUpSpecifies several colors' gradient rendering from a corner to the opposite side based on the GradientDirection's value.
DiagonalDownSpecifies several colors' gradient rendering from a corner to the opposite corner based on the GradientDirection's value.
DiagonalUpSpecifies several colors' gradient rendering from a corner to the opposite corner based on the GradientDirection's value.
HorizontalSpecifies several colors' gradient rendering on the horizontal direction.
InheritSpecifies the property is not set and gets the value from the parent.
NoneSpecifies no gradient style.
RectangularSpecifies several colors' gradient rendering using a rectangular path.
VerticalSpecifies several colors' gradient rendering on the vertical direction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.GradientStyle

Requirements

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

See Also

Reference

GrapeCity.Win.MultiRow Namespace
GradientDirection Enumeration

 

 


Copyright © GrapeCity, inc. All rights reserved.