InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / LineDescent Property

In This Topic
    LineDescent Property (HtmlElement)
    In This Topic
    Gets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property LineDescent As Integer
    public virtual int LineDescent {get;}
    See Also