[]
Describes the inner border and filling of a table cell or table frame.
public class FrameStyle
Public Class FrameStyle
| Name | Description |
|---|---|
| FrameStyle() | Initializes a new instance of the FrameStyle class. |
| FrameStyle(FrameStyle) | Initializes a new instance of the FrameStyle class. |
| Name | Description |
|---|---|
| Borders | Gets or sets a value specifying which border lines are drawn in a table cell or table frame. The default is AllBorders. |
| CornerRadius | Gets or sets the corner radius for the inner border, in graphic units. The default is 0. This property only has effect if all border lines are drawn. |
| FillBrush | Gets or sets the brush to fill background of the inner area. |
| FillColor | Gets or sets the color to fill background of the inner area. The default is transparent. Ignored if the FillBrush property is set. |
| LineColor | Gets or sets the color of the inner border line. The default is black. Ignored if the Pen property is set. |
| LinePaddingAll | Gets or sets all line padding values at once (left, top, right, bottom), in graphic units. |
| LinePaddingBottom | Gets or sets the bottom padding of the inner border, in graphic units. The default is 0. |
| LinePaddingLeft | Gets or sets the left padding of the inner border, in graphic units. The default is 0. |
| LinePaddingLeftRight | Gets or sets the left and right padding of the inner border, in graphic units. |
| LinePaddingRight | Gets or sets the right padding of the inner border, in graphic units. The default is 0. |
| LinePaddingTop | Gets or sets the top padding of the inner border, in graphic units. The default is 0. |
| LinePaddingTopBottom | Gets or sets the top and bottom padding of the inner border, in graphic units. |
| LineWidth | Gets or sets the width of the inner border, in graphic units. The default is 0. Ignored if the Pen property is set. |
| Pen | Gets or sets the pen to draw the inner border line. |