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