GradientFill.RotateWithShape Property
Specifies whether to rotate the gradient fill with the shape.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to rotate the gradient with the shape; otherwise, false. |
Remarks
Rotation Angle = 0° | Rotation Angle = 90° RotateWithShape = false |
Rotation Angle = 90° RotateWithShape = true |
---|---|---|
See Also