ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / WordWrap Property

In This Topic
    WordWrap Property
    In This Topic
    Gets or sets the word wrap of the text of this paragraph.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}

    Property Value

    true if word wrap of text, otherwise false.
    See Also