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

DiagramItem.Angle Property

Specifies the angle by which the diagram item is rotated counterclockwise around its anchor point. This is a dependency property.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[DefaultValue(0F)]
[DiagramCategory(DiagramCategory.SizeAndPosition)]
[CustomAction(typeof(ActionAffectsConnectorsRouting))]
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