Input for WinForms | ComponentOne
C1.Framework Namespace / ImageElement Class / LineDescent Property

In This Topic
    LineDescent Property (ImageElement)
    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 Overrides ReadOnly Property LineDescent As Integer
    public override int LineDescent {get;}
    See Also