ComponentOne List for WinForms
C1.Win.C1List Namespace / Style Class / WrapText Property

In This Topic
    WrapText Property (Style)
    In This Topic
    Gets or sets a value indicating whether text is word-wrapped when it does not fit into a layout shape.
    Syntax
    'Declaration
     
    
    Public Property WrapText As Boolean
    public bool WrapText {get; set;}
    See Also