Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / WrapText Property


In This Topic
    WrapText Property (StyleObjectInfo)
    In This Topic
    Gets or sets a value indicating whether Spread wraps the text in the object.
    Syntax
    'Declaration
     
    Public Overridable Property WrapText As Boolean
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As Boolean
     
    instance.WrapText = value
     
    value = instance.WrapText
    public virtual bool WrapText {get; set;}

    Property Value

    true if Spread wraps the text in the object; otherwise, false.
    See Also