ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / WordWrap Property

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