Back to Devexpress

LabelControl.GetTextBaselineY() Method

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-6f82800c.md

latest1.2 KB
Original Source

LabelControl.GetTextBaselineY() Method

Returns the Y coordinate of the text base line.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int GetTextBaselineY()
vb
Public Function GetTextBaselineY As Integer

Returns

TypeDescription
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:

See Also

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace