class BorderBuilder

Parents

object

Brief

The class for configuring borders.

Static Public Methods

New

Creates a new instance of BorderBuilder.

Public Properties

RepeatVerticalBordersOnSplit

Indicates whether the vertical borders are repeated on split.

Public Methods

SetBorders

Sets all border sides.

SetBottomBorder

Sets the bottom border side.

SetBottomColor

Sets the color for the bottom border side.

SetBottomStroke

Sets the stroke style for the bottom border side.

SetBottomWidth

Sets the width for the bottom border side.

SetColor

Sets the color for all border sides.

SetColor

Sets the color for the vertical and horizontal border sides.

SetColor

Sets the color for each border side.

SetHorizontalBorders

Sets the horizontal border sides.

SetHorizontalColor

Sets the color for the horizontal border sides.

SetHorizontalStroke

Sets the stroke style for horizontal border sides.

SetHorizontalWidth

Sets the width for horizontal border sides.

SetLeftBorder

Sets the left border side.

SetLeftColor

Sets the color for the left border side.

SetLeftStroke

Sets the stroke style for the left border side.

SetLeftWidth

Sets the width for the left border side.

SetRepeatVerticalBordersOnSplit

Defines whether the vertical borders are repeated on split.

SetRightBorder

Sets the right border side.

SetRightColor

Sets the color the right border side.

SetRightStroke

Sets the stroke style for the right border side.

SetRightWidth

Sets the width for the right border side.

SetStroke

Sets the stroke style for each border side.

SetStroke

Sets the stroke style for vertical and horizontal border sides.

SetStroke

Sets the stroke style for all border sides.

SetTopBorder

Sets the top border side.

SetTopColor

Sets the color for the top border side.

SetTopStroke

Sets the stroke style for the top border side.

SetTopWidth

Sets the width for the top border side.

SetVerticalBorders

Sets the vertical border sides.

SetVerticalColor

Sets the color for vertical border sides.

SetVerticalStroke

Sets the stroke style for vertical border sides.

SetVerticalWidth

Sets the width for vertical border sides.

SetWidth

Sets the width for all border sides.

SetWidth

Sets the width for the vertical and horizontal border sides.

SetWidth

Sets the width for each border side.

back