Gets or sets the FrameworkElement hosted by the C1BlockUIContainer.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

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

See Also