[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1BlockUIContainer

C1BlockUIContainer Class

A block-level flow content element which enables UIElement elements to be embedded in flow content.

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

Constructors

Name Description
C1BlockUIContainer()

Initializes a new instance of C1BlockUIContainer.

Properties

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.

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.