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

ShapeTextFont.Italic Property

Gets or sets the value indicating whether the text is formatted as italic.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

bool Italic { get; set; }

Property Value

Type Description
Boolean

true, if the cell text is italic; otherwise, false.

See Also