RichTextBox for UWP | ComponentOne
C1.Xaml.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