GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / LineCount Property
In This Topic
    LineCount Property
    In This Topic
    Compute how many lines of text are displayed.
    Syntax
    [Category("Appearance")]
    [Description("How many lines of text are being displayed")]
    public virtual int LineCount {get;}

    Property Value

    the number of physical lines of text that are drawn, including line breaks caused by newlines and by wrapping, if any
    See Also