Back to Devexpress

DiagramItem.CanRotate Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-9e47f8f1.md

latest1.3 KB
Original Source

DiagramItem.CanRotate Property

Specifies whether to allow end-users to rotate the item.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanRotate { get; set; }
vb
<DefaultValue(Nothing)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanRotate As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

true to allow end-users to rotate the item; otherwise, false.

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace