Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / WordWrap Property


In This Topic
    WordWrap Property (Shape)
    In This Topic
    Get the word wrap property of the inner text block.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WordWrap As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.WordWrap
    public bool WordWrap {get;}
    See Also