ClassTableCellBorders
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:
public class TableCellBorders
Inheritance: objectTableCellBorders
Constructors
TableCellBorders()
Initialize with no borders.
Declaration
public TableCellBorders()
TableCellBorders(Border)
Initialize using the same border for all sides and diagonals.
TableCellBorders(Border, Border, Border, Border)
Initialize with individual borders for each side.
TableCellBorders(Border, Border, Border, Border, Border, Border)
Initialize with borders for each side and optional diagonal borders.
Declaration
public TableCellBorders(Border left, Border top, Border right, Border bottom, Border diagonalUp, Border diagonalDown)
Parameters
left
The left.
top
The top.
right
The right.
bottom
The bottom.
diagonalUp
The diagonal up.
diagonalDown
The diagonal down.
Properties
Bottom
Gets the bottom border.
Declaration
public Border Bottom { get; }
Property Value
The bottom border.
DiagonalDown
Gets the diagonal down border.
Declaration
public Border DiagonalDown { get; }
Property Value
The diagonal down border.
DiagonalUp
Gets the diagonal up border.
Declaration
public Border DiagonalUp { get; }
Property Value
The diagonal up border.
Left
Gets the left border.
Right
Gets the right border.