InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ColumnPanel Class / LineDescent Property

In This Topic
    LineDescent Property (ColumnPanel)
    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