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

In This Topic
    ExtentWidth Property (C1RichTextBox)
    In This Topic
    Gets or sets the horizontal size of all the content for display in the C1RichTextBox;.
    Syntax
    'Declaration
     
    
    Public Property ExtentWidth As Double
    public double ExtentWidth {get; set;}
    See Also