RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRichTextBoxToolbar Class / LineSpacings Property

In This Topic
    LineSpacings Property (C1SimplifiedRichTextBoxToolbar)
    In This Topic
    Gets the collection of line spacings available in the toolbar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineSpacings As Collection(Of Double)
    public Collection<double> LineSpacings {get;}
    See Also