RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / UIContainerResizeTemplate Property

In This Topic
    UIContainerResizeTemplate Property (C1RichTextBox)
    In This Topic
    Gets or sets the System.Windows.DataTemplate that generates the thumbs for resizing C1.WPF.RichTextBox.Documents.C1InlineUIContainer.
    Syntax
    'Declaration
     
    
    Public Property UIContainerResizeTemplate As DataTemplate
    public DataTemplate UIContainerResizeTemplate {get; set;}
    See Also