ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputText Class / CountWrappedLine Property

In This Topic
    CountWrappedLine Property
    In This Topic
    Gets or sets whether to treat the wrapped lines as one line or multiple lines when counting the lines count.
    Syntax
    'Declaration
     
    Public Property CountWrappedLine As System.Boolean
    public System.bool CountWrappedLine {get; set;}
    See Also