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

ShapeTextFont.Auto Property

Gets whether the text formatting is determined by the drawing object’s style.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

bool Auto { get; }

Property Value

Type Description
Boolean

true, if the text font is set automatically to match the style; otherwise, false.

See Also