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

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("Child")]
public class C1InlineUIContainer : C1Inline
Visual Basic
<ContentPropertyAttribute("Child")> _
Public Class C1InlineUIContainer _
	Inherits C1Inline
XAML Object Element Usage
<C1InlineUIContainer>
  Child
</C1InlineUIContainer>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Inline
      C1.Phone.RichTextBox.Documents..::..C1InlineUIContainer

See Also