Skip to main content

ShapeTextFont.Auto Property

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

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

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