4.872 TableCell

x:Object > DependencyObject > ContentElement > FrameworkContentElement > TextElement > TableCell, IInputElement
TableCell
(usage)
<TableCell> Block* </TableCell>
(description)
A flow content element that defines a cell of content within a Table.
(used by)
TableCellCollection
[content property]
Blocks
[name property]
Name
[xml lang property]
Language
(properties)
Blocks
BlockCollection
(description)
A BlockCollection containing the top-level Block elements that comprise the contents of the TableCell.
[read only]
true
BorderBrush
Brush
(description)
A Brush to use when painting the element's border.
BorderThickness
Thickness
(description)
The border thickness for the element.
ColumnSpan
x:Int32
(description)
The number of columns that the TableCell should span.
FlowDirection
FlowDirection
(description)
A value that specifies the relative direction for flow of content within a TableCell element.
LineHeight
x:Double
(description)
The height of each line of content.
[text syntax]
LengthSyntax
LineStackingStrategy
LineStackingStrategy
(description)
The mechanism by which a line box is determined for each line of text within the TableCell.
Padding
Thickness
(description)
The padding thickness for the element.
RowSpan
x:Int32
(description)
The number of rows that the TableCell should span.
TextAlignment
TextAlignment
(description)
A value that indicates the horizontal alignment of text content.