[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.FrameBorders

Enum FrameBorders

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Specifies which border lines are drawn in a table cell or table frame.

[Flags]
public enum FrameBorders

Fields

AllBorders = TopBorder | BottomBorder | LeftBorder | RightBorder

Draw all border lines (left, top, right, bottom).

AntiDiagonal = 32

Draw the anti-diagonal.

BottomBorder = 2

Draw the bottom border line.

LeftBorder = 4

Draw the left border line.

MainDiagonal = 16

Draw the main diagonal.

MiddleHorizontal = 64

Draw a horizontal line at the middle.

MiddleVertical = 128

Draw a vertical line at the middle.

None = 0

No border lines are drawn.

RightBorder = 8

Draw the right border line.

TopBorder = 1

Draw the top border line.