Skip to main content

DiagramItem.Angle Property

Specifies the angle by which the diagram item is rotated counterclockwise around its anchor point.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[CustomAction(typeof(ActionAffectsConnectorsRouting))]
[DefaultValue(0F)]
[DiagramCategory(DiagramCategory.SizeAndPosition)]
public virtual float Angle { get; set; }

Property Value

Type Default Description
Single 0

A Single value specifying an angle in degrees.

Remarks

The DiagramItem.CanRotate property specifies whether the rotation handle is displayed when the item is selected.

See Also