Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BevelType Enumeration

In This Topic
    BevelType Enumeration
    In This Topic
    Specifies the preset bevel type which defines the look of a bevel.
    Syntax
    'Declaration
     
    Public Enum BevelType 
       Inherits System.Enum
    public enum BevelType : System.Enum 
    Members
    MemberDescription
    Angle Angle bevel.
    ArtDeco Art deco bevel.
    Circle Circle bevel.
    Convex Convex bevel.
    CoolSlant Cool Slant bevel.
    Cross Cross bevel.
    Divot Divot bevel.
    HardEdge Hard edge bevel.
    NoBevel No bevel.
    RelaxedInset Relaxed inset bevel.
    Riblet Riblet bevel.
    Slope Slope bevel.
    SoftRound Soft round bevel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.BevelType

    See Also