Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand.ShapeGradientPreset Enumeration


In This Topic
    ShapeActionsCommand.ShapeGradientPreset Enumeration
    In This Topic
    Represents pre-defined shape gradient.
    Syntax
    'Declaration
     
    
    Public Enum ShapeActionsCommand.ShapeGradientPreset 
       Inherits System.Enum
    public enum ShapeActionsCommand.ShapeGradientPreset : System.Enum 
    Members
    MemberDescription
    DarkFromBottomLeftCornerDark Variations From Bottom Left Corner
    DarkFromBottomRightCornerDark Variations From Bottom Right Corner
    DarkFromCenterDark Variations Linear center
    DarkFromTopLeftCornerDark Variations From Top Left Corner
    DarkFromTopRightCornerDark Variations From Top Right Corner
    DarkLinearBottomLeftToTopRightLinear Diagonal - Bottom Left to Top Right
    DarkLinearBottomRightToTopLeftDark Variations Linear Diagonal - Bottom Right to Top Left
    DarkLinearDownDark Variations Linear Down
    DarkLinearLeftDark Variations Linear left
    DarkLinearRightDark Variations Linear Right
    DarkLinearTopLeftToBottomRightLight Variations Linear Diagonal - Top Left to Bottom Right
    DarkLinearTopRightToBottomLeftDark Variations Linear Diagonal - Top Right to Bottom Left
    DarkLinearUpDark Variations Linear up
    LightFromBottomLeftCornerLight Variations From Bottom Left Corner
    LightFromBottomRightCornerLight Variations From Bottom Right Corner
    LightFromCenterLight Variations From Center
    LightFromTopLeftCornerFrom Top Left Corner
    LightFromTopRightCornerLight Variations From Top Right Corner
    LightLinearBottomLeftToTopRightLight Variations Linear Diagonal - Bottom Left to Top Right
    LightLinearBottomRightToTopLeftLight Variations Linear Diagonal - Bottom Right to Top Left
    LightLinearDownLight Variations Linear Down
    LightLinearLeftLight Variations From left
    LightLinearRightLight Variations Linear Right
    LightLinearTopLeftToBottomRightLight Variations Linear Diagonal - Top Left to Bottom Right
    LightLinearTopRightToBottomLeftLight Variations Linear Diagonal - Top Right to Bottom Left
    LightLinearUpLight Variations Linear Up
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.ShapeActionsCommand.ShapeGradientPreset

    See Also