Class TableCellBorders
Represents the borders of a table cell.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableCellBorders
Constructors
TableCellBorders()
TableCellBorders(Border)
Initializes a new instance of the TableCellBorders class.
Declaration
public TableCellBorders(Border all)
Parameters
Border
all
All. |
TableCellBorders(Border, Border, Border, Border)
Initializes a new instance of the TableCellBorders class.
Declaration
public TableCellBorders(Border left, Border top, Border right, Border bottom)
Parameters
Border
left
The left. |
Border
top
The top. |
Border
right
The right. |
Border
bottom
The bottom. |
TableCellBorders(Border, Border, Border, Border, Border, Border)
Initializes a new instance of the TableCellBorders class.
Declaration
public TableCellBorders(Border left, Border top, Border right, Border bottom, Border diagonalUp, Border diagonalDown)
Parameters
Border
left
The left. |
Border
top
The top. |
Border
right
The right. |
Border
bottom
The bottom. |
Border
diagonalUp
The diagonal up. |
Border
diagonalDown
The diagonal down. |
Properties
Bottom
Gets the bottom border.
Declaration
public Border Bottom { get; }
Property Value
Border
The bottom border. |
DiagonalDown
Gets the diagonal down border.
Declaration
public Border DiagonalDown { get; }
Property Value
Border
The diagonal down border. |
DiagonalUp
Gets the diagonal up border.
Declaration
public Border DiagonalUp { get; }
Property Value
Border
The diagonal up border. |
Left
Gets the left border.
Declaration
public Border Left { get; }
Property Value
Border
The left border. |
Right
Gets the right border.
Declaration
public Border Right { get; }
Property Value
Border
The right border. |