RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1InlineUIContainer Class / ContentTemplate Property

In This Topic
    ContentTemplate Property (C1InlineUIContainer)
    In This Topic
    Gets or sets the content template of this C1InlineUIContainer.
    Syntax
    'Declaration
     
    
    Public Property ContentTemplate As DataTemplate
    public DataTemplate ContentTemplate {get; set;}
    See Also