RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1InlineUIContainer Class / Child Property

In This Topic
    Child Property (C1InlineUIContainer)
    In This Topic
    Syntax
    'Declaration
     
    <ObsoleteAttribute("Use Content instead.")>
    Public Property Child As FrameworkElement
    [Obsolete("Use Content instead.")]
    public FrameworkElement Child {get; set;}
    See Also