Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramItem.Angle Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.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