CustomCalcTaskDependencyEventArgs.RotateArrow Property
In This Article
Gets or sets how much the arrow is rotated and the axis used to flip the arrow.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public RotateFlipType RotateArrow { get; set; }
#Property Value
Type | Description |
---|---|
Rotate |
A value that specifies how much an image is rotated and the axis used to flip the image. |
See Also