'Declaration Public Enum FrameBorders Inherits System.Enum
public enum FrameBorders : System.Enum
'Declaration Public Enum FrameBorders Inherits System.Enum
public enum FrameBorders : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Drawing.FrameBorders