Back to Devexpress

DiagramItem.Angle Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-6b62573b.md

latest1.6 KB
Original Source

DiagramItem.Angle Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[CustomAction(typeof(ActionAffectsConnectorsRouting))]
[DefaultValue(0F)]
[DiagramCategory(DiagramCategory.SizeAndPosition)]
public virtual float Angle { get; set; }
vb
<DefaultValue(0F)>
<DiagramCategory(DiagramCategory.SizeAndPosition)>
<CustomAction(GetType(ActionAffectsConnectorsRouting))>
Public Overridable Property Angle As Single

Property Value

TypeDefaultDescription
Single0

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

CanRotate

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace