A flow content element that defines a cell of content within a C1Table.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[ContentPropertyAttribute("Blocks")]
public class C1TableCell : C1Block
Visual Basic
<ContentPropertyAttribute("Blocks")> _
Public Class C1TableCell _
	Inherits C1Block
XAML Object Element Usage
<C1TableCell>
  Blocks
</C1TableCell>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Block
      C1.Phone.RichTextBox.Documents..::..C1TableCell

See Also