[]
A block-level flow content element which enables UIElement elements to be embedded in flow content.
public class C1BlockUIContainer : C1Block, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1BlockUIContainer() | Initializes a new instance of C1BlockUIContainer. |
| Name | Description |
|---|---|
| Child | Gets or sets the FrameworkElement hosted by the C1BlockUIContainer. |
| Content | Gets or sets the content of this C1BlockUIContainer. |
| ContentEnd | Gets the C1TextPointer at the end of this text element. |
| ContentStart | Gets the C1TextPointer at the start of this text element. |
| ContentTemplate | Gets or sets the content template of this C1BlockUIContainer. |
| Name | Description |
|---|---|
| Clone() | Returns a deep copy of this element. |
| JoinSibling() | Joins this element with its next sibling. |
| Split(int, bool) | Splits this C1TextElement at the specified offset into two elements of the same type with the same style properties. |