Class TableCell
Represents a cell in the table.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableCell
Properties
Background
Gets or sets the background.
Declaration
public ColorBase Background { get; set; }
Property Value
Color The background. |
Blocks
Gets the blocks for the cell.
Declaration
public BlockCollection Blocks { get; }
Property Value
Block The blocks. |
Borders
Gets the borders.
Declaration
public TableCellBorders Borders { get; set; }
Property Value
Table The borders. |
ColumnSpan
Gets or sets the column span.
Declaration
public int ColumnSpan { get; set; }
Property Value
System. The column span. |
Padding
Gets or sets the padding.
Declaration
public Thickness? Padding { get; set; }
Property Value
System. The padding. |
PreferredWidth
Gets or sets the preferred width.
Declaration
public double? PreferredWidth { get; set; }
Property Value
System. The preferred width. |
RowSpan
Gets or sets the row span.
Declaration
public int RowSpan { get; set; }
Property Value
System. The row span. |
Size
Gets the size.
Declaration
public Size Size { get; }
Property Value
System. The size. |
VerticalAlignment
Gets or sets the vertical content alignment, should be used when more that one block is added to the cell.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |