Back to Devexpress

DXFont.Size Property

corelibraries-devexpress-dot-drawing-dot-dxfont-5af98250.md

latest973 B
Original Source

DXFont.Size Property

Gets the size of the font in units defined by the DXFont.Unit property.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public float Size { get; }
vb
Public ReadOnly Property Size As Single

Property Value

TypeDescription
Single

The size of the font.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace