DiagramItem.CanRotate Property
Specifies whether to allow end-users to rotate the item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanRotate { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null | true to allow end-users to rotate the item; otherwise, false. |
See Also