Skip to main content
A newer version of this page is available. .

LabelControl.GetTextBaselineY() Method

Returns the Y coordinate of the text base line.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public int GetTextBaselineY()

Returns

Type Description
Int32

An integer value that specifies the Y coordinate of the text base line.

Remarks

The base line of the label’s text is shown in the image below:

LabelControl_TextBaseLine

See Also