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

ShapeText.TextWarpFormat Property

Gets or sets the transformation effect applied to shape text.

Namespace: DevExpress.Spreadsheet

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

Declaration

ShapeTextWarpFormat TextWarpFormat { get; set; }

Property Value

Type Description
ShapeTextWarpFormat

A ShapeTextWarpFormat enumeration member that specifies the text warp type.

Remarks

Currently, the SpreadsheetControl doesn’t display the following warp effects:

However, these effects are saved to a file, so you can use Microsoft Excel or other spreadsheet applications to view and print a document.

See Also