ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Style Class / WordWrap Property

In This Topic
    WordWrap Property (Style)
    In This Topic
    Gets or sets whether text should be allowed to wrap within the element.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    See Also