Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameBorders Enumeration

In This Topic
    FrameBorders Enumeration
    In This Topic
    Specifies which border lines are drawn in a table cell or table frame.
    Syntax
    'Declaration
     
    Public Enum FrameBorders 
       Inherits System.Enum
    public enum FrameBorders : System.Enum 
    Members
    MemberDescription
    AllBordersDraw all border lines (left, top, right, bottom).
    AntiDiagonalDraw the anti-diagonal.
    BottomBorderDraw the bottom border line.
    LeftBorderDraw the left border line.
    MainDiagonalDraw the main diagonal.
    MiddleHorizontalDraw a horizontal line at the middle.
    MiddleVerticalDraw a vertical line at the middle.
    NoneNo border lines are drawn.
    RightBorderDraw the right border line.
    TopBorderDraw the top border line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.FrameBorders

    See Also