True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / Style Class / Wrap Property

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