Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeTextFont.Size Property

Gets or sets the size of the font used to display the text.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

double Size { get; set; }

Property Value

Type Description
Double

A Double value specifying the font size in points.

See Also