TableCellBorders
Class
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:
C#
public class TableCellBorders
Inheritance: objectTableCellBorders
Constructors
Initialize with no borders.
C#
public TableCellBorders()
Initialize with borders for each side and optional diagonal borders.
Initialize using the same border for all sides and diagonals.
Properties
Gets the bottom border.
C#
public Border Bottom { get; }
The bottom border.
Gets the diagonal down border.
C#
public Border DiagonalDown { get; }
The diagonal down border.
Gets the diagonal up border.
C#
public Border DiagonalUp { get; }
The diagonal up border.