Skip to main content

PictureFill.RotateWithShape Property

Specifies whether to rotate the picture fill with the shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool RotateWithShape { get; set; }

Property Value

Type Description
Boolean

true to rotate the picture with the shape; otherwise, false.

Remarks

Rotation Angle = 0° Rotation Angle = 90°
RotateWithShape = false
Rotation Angle = 90°
RotateWithShape = true
Angle_0 RotateWithShape_False RotateWithShape_True
See Also