ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellStyle Class / TextWrapping Property

In This Topic
    TextWrapping Property (CellStyle)
    In This Topic
    Gets or sets whether text should be wrapped in the cell.
    Syntax
    'Declaration
     
    
    Public Property TextWrapping As Nullable(Of Boolean)
    public Nullable<bool> TextWrapping {get; set;}
    See Also