RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / Child Property

In This Topic
    Child Property (C1BlockUIContainer)
    In This Topic
    Gets or sets the System.Windows.FrameworkElement hosted by the C1BlockUIContainer.
    Syntax
    'Declaration
     
    
    Public Property Child As FrameworkElement
    public FrameworkElement Child {get; set;}
    See Also