Class
TableCellBorders

Border set applied to a table cell, including four sides and optional diagonals.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Tables

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class TableCellBorders

Inheritance: objectTableCellBorders

Constructors

TableCellBorders()

Initialize with no borders.

Declaration

cs-api-definition
public TableCellBorders()

TableCellBorders(Border)

Initialize using the same border for all sides and diagonals.

Declaration

cs-api-definition
public TableCellBorders(Border all)

Parameters

all

Border

All.

TableCellBorders(Border, Border, Border, Border)

Initialize with individual borders for each side.

Declaration

cs-api-definition
public TableCellBorders(Border left, Border top, Border right, Border bottom)

Parameters

left

Border

The left.

top

Border

The top.

right

Border

The right.

bottom

Border

The bottom.

TableCellBorders(Border, Border, Border, Border, Border, Border)

Initialize with borders for each side and optional diagonal borders.

Declaration

cs-api-definition
public TableCellBorders(Border left, Border top, Border right, Border bottom, Border diagonalUp, Border diagonalDown)

Parameters

left

Border

The left.

top

Border

The top.

right

Border

The right.

bottom

Border

The bottom.

diagonalUp

Border

The diagonal up.

diagonalDown

Border

The diagonal down.

Properties

Bottom

Gets the bottom border.

Declaration

cs-api-definition
public Border Bottom { get; }

Property Value

Border

The bottom border.

DiagonalDown

Gets the diagonal down border.

Declaration

cs-api-definition
public Border DiagonalDown { get; }

Property Value

Border

The diagonal down border.

DiagonalUp

Gets the diagonal up border.

Declaration

cs-api-definition
public Border DiagonalUp { get; }

Property Value

Border

The diagonal up border.

Left

Gets the left border.

Declaration

cs-api-definition
public Border Left { get; }

Property Value

Border

The left border.

Right

Gets the right border.

Declaration

cs-api-definition
public Border Right { get; }

Property Value

Border

The right border.

Top

Gets the top border.

Declaration

cs-api-definition
public Border Top { get; }

Property Value

Border

The top border.