Back to Devexpress

DXFont.Height Property

corelibraries-devexpress-dot-drawing-dot-dxfont-04c174b9.md

latest917 B
Original Source

DXFont.Height Property

Obtains the font height.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[Browsable(false)]
public int Height { get; }
vb
<Browsable(False)>
Public ReadOnly Property Height As Integer

Property Value

TypeDescription
Int32

The font height.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace