A block-level flow content element used for grouping other C1Block elements.

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 C1Section : C1Block
Visual Basic
<ContentPropertyAttribute("Blocks")> _
Public Class C1Section _
	Inherits C1Block
XAML Object Element Usage
<C1Section>
  Blocks
</C1Section>

Inheritance Hierarchy

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

See Also