Gets or sets the FrameworkElement hosted by the C1InlineUIContainer.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[ObsoleteAttribute("Use Content instead.")]
public FrameworkElement Child { get; set; }
Visual Basic
<ObsoleteAttribute("Use Content instead.")> _
Public Property Child As FrameworkElement
	Get
	Set
XAML Content Element Usage
<object>
  <FrameworkElement .../>
</object>

See Also