True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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