[]
An inline-level flow content element which enables UIElement elements to be embedded in flow content.
public class C1InlineUIContainer : C1Inline, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1InlineUIContainer() | Initializes a new instance of C1InlineUIContainer. |
| Name | Description |
|---|---|
| Child | Gets or sets the FrameworkElement hosted by the C1InlineUIContainer. |
| Content | Gets or sets the content of this C1InlineUIContainer. |
| 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 C1InlineUIContainer. |
| 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. |