The Borders type exposes the following members.

Properties

  Name Description
Public property All
Sets all four borders to a single value.
Public property Bottom
Gets or sets the bottom border.
Public property BottomExpr
Gets or sets the expression used to calculate Bottom.
Public property IsRound
Gets a value indicating whether the current Borders structure defines rounded borders (i.e. whether both RadiusX and RadiusY have non-zero values).
Public property Left
Gets or sets the left border.
Public property LeftExpr
Gets or sets the expression used to calculate Left.
Public property RadiusX
Gets or sets the x-radius of the ellipse used to draw the rounded corners of the border.
Public property RadiusXExpr
Gets or sets the expression used to calculate RadiusX.
Public property RadiusY
Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.
Public property RadiusYExpr
Gets or sets the expression used to calculate RadiusY.
Public property Right
Gets or sets the right border.
Public property RightExpr
Gets or sets the expression used to calculate Right.
Public property Top
Gets or sets the top border.
Public property TopExpr
Gets or sets the expression used to calculate Top.

See Also