Skip to main content

LabelControl.GetTextBaselineY() Method

Returns the Y coordinate of the text base line.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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