Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / SoftEdgeType Enumeration


In This Topic
    SoftEdgeType Enumeration
    In This Topic
    Represents the soft edge effect in Office graphics.
    Syntax
    'Declaration
     
    
    Public Enum SoftEdgeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SoftEdgeType
    public enum SoftEdgeType : System.Enum 
    Members
    MemberDescription
    NoneNo soft edge
    Type1Soft Edge Type 1
    Type2Soft Edge Type 2
    Type3Soft Edge Type 3
    Type4Soft Edge Type 4
    Type5Soft Edge Type 5
    Type6Soft Edge Type 6
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.SoftEdgeType

    See Also