ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / WordWrap Property

In This Topic
    WordWrap Property
    In This Topic
    Specifies whether the field's contents should be allowed to wrap within the field rectangle.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    See Also