RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ResizePainter Class / Element Property

In This Topic
    Element Property (C1ResizePainter)
    In This Topic
    Gets or sets the C1.WPF.RichTextBox.Documents.C1TextElement to resize.
    Syntax
    'Declaration
     
    
    Public Property Element As C1TextElement
    public C1TextElement Element {get; set;}
    See Also