ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / WordWrap Property

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

    Property Value

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