[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.FrameBorders

FrameBorders Enum

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

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
[Flags]
public enum FrameBorders
<Flags>
Public Enum FrameBorders

Fields

Name Description
AllBorders

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

AntiDiagonal

Draw the anti-diagonal.

BottomBorder

Draw the bottom border line.

LeftBorder

Draw the left border line.

MainDiagonal

Draw the main diagonal.

MiddleHorizontal

Draw a horizontal line at the middle.

MiddleVertical

Draw a vertical line at the middle.

None

No border lines are drawn.

RightBorder

Draw the right border line.

TopBorder

Draw the top border line.