Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / GradientStyle Enumeration


In This Topic
    GradientStyle Enumeration
    In This Topic
    Specifies the background gradient style.
    Syntax
    'Declaration
     
    Public Enum GradientStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As GradientStyle
    public enum GradientStyle : System.Enum 
    Members
    MemberDescription
    LinearBottomUpDisplays a linear gradient fill from bottom to top.
    LinearLeftRightDisplays a linear gradient fill from left to right.
    LinearRightLeftDisplays a linear gradient fill from right to left.
    LinearTopDownDisplays a linear gradient fill from top to bottom.
    LinearTopLeftBottomRightDisplays a linear gradient fill from top left to bottom right.
    LinearTopRightBottomLeftDisplays a linear gradient fill from top right to bottom left.
    NoneDisplays no gradient fill.
    RadialFromCenterDisplays a radial gradient fill from the center to the outside edges.
    RadialIntoCenterDisplays a radial gradient fill from the outside edges to the center.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.GradientStyle

    See Also