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

ShapeComplexFill.RotateWithShape Property

Gets or sets a value indicating whether the gradient or picture fill should be rotated with the shape.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool RotateWithShape { get; set; }

Property Value

Type Description
Boolean

true, to rotate the fill with the shape rotation; otherwise, false.

See Also