LabelControl.GetTextBaselineY() Method
Returns the Y coordinate of the text base line.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:
See Also