[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1InlineUIContainer

C1InlineUIContainer Class

An inline-level flow content element which enables UIElement elements to be embedded in flow content.

Inheritance
C1InlineUIContainer
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1InlineUIContainer : C1Inline, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1InlineUIContainer()

Initializes a new instance of C1InlineUIContainer.

Properties

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.

Methods

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.