Skip to main content
A newer version of this page is available. .

CustomCalcTaskDependencyEventArgs.RotateArrow Property

Gets or sets how much the arrow is rotated and the axis used to flip the arrow.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public RotateFlipType RotateArrow { get; set; }

Property Value

Type Description
RotateFlipType

A value that specifies how much an image is rotated and the axis used to flip the image.

See Also