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


In This Topic
    ShapeActionsCommand.ShapeGlowPreset Enumeration
    In This Topic
    Represents pre-defined shape glow.
    Syntax
    'Declaration
     
    
    Public Enum ShapeActionsCommand.ShapeGlowPreset 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeActionsCommand.ShapeGlowPreset
    public enum ShapeActionsCommand.ShapeGlowPreset : System.Enum 
    Members
    MemberDescription
    Accent1Point11Glow: 11 point; Accent color 1
    Accent1Point18Glow: 18 point; Accent color 1
    Accent1Point5Glow: 5 point;Accent color 1
    Accent1Point8Glow: 8 point;Accent color 1
    Accent2Point11Glow: 11 point; Accent color 1
    Accent2Point18Glow: 18 point; Accent color 2
    Accent2Point5Glow: 5 point;Accent color 2
    Accent2Point8Glow: 8 point;Accent color 2
    Accent3Point11Glow: 11 point; Accent color 1
    Accent3Point18Glow: 18 point; Accent color 3
    Accent3Point5Glow: 5 point;Accent color 3
    Accent3Point8Glow: 8 point;Accent color 3
    Accent4Point11Glow: 11 point; Accent color 1
    Accent4Point18Glow: 18 point; Accent color 4
    Accent4Point5Glow: 5 point;Accent color 4
    Accent4Point8Glow: 8 point;Accent color 4
    Accent5Point11Glow: 11 point; Accent color 1
    Accent5Point18Glow: 18 point; Accent color 5
    Accent5Point5Glow: 5 point;Accent color 5
    Accent5Point8Glow: 8 point;Accent color 5
    Accent6Point11Glow: 11 point; Accent color 1
    Accent6Point18Glow: 18 point; Accent color 6
    Accent6Point5Glow: 5 point;Accent color 6
    Accent6Point8Glow: 8 point;Accent color 6
    None 
    Inheritance Hierarchy

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

    See Also