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

In This Topic
    UIContainerResizeTemplate Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.DataTemplate that generates the thumbs for resizing C1InlineUIContainers.
    Syntax
    'Declaration
     
    Public Property UIContainerResizeTemplate As DataTemplate
    public DataTemplate UIContainerResizeTemplate {get; set;}
    See Also