Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool RotateWithShape { get; set; }

Property Value

Type Description
Boolean

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

See Also