RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1Line Class / TotalWidth Property

In This Topic
    TotalWidth Property (C1Line)
    In This Topic
    Gets the width of this C1Line including whitespaces at the end.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalWidth As Double
    public double TotalWidth {get;}
    See Also