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
ColorBase
The background. |
Blocks
Gets the blocks for the cell.
Declaration
public BlockCollection Blocks { get; }
Property Value
BlockCollection
The blocks. |
Borders
Gets the borders.
Declaration
public TableCellBorders Borders { get; set; }
Property Value
TableCellBorders
The borders. |
ColumnSpan
Gets or sets the column span.
Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32
The column span. |
Padding
Gets or sets the padding.
Declaration
public Thickness? Padding { get; set; }
Property Value
System.Nullable<System.Windows.Thickness>
The padding. |
PreferredWidth
Gets or sets the preferred width.
Declaration
public double? PreferredWidth { get; set; }
Property Value
System.Nullable<System.Double>
The preferred width. |
RowSpan
Gets or sets the row span.
Declaration
public int RowSpan { get; set; }
Property Value
System.Int32
The row span. |
Size
Gets the size.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
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
VerticalAlignment
|
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |