Skip to main content

DiagramContainerBase.CanRotate Property

This member is not supported by the DiagramContainerBase class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool? CanRotate { get; set; }

Property Value

Type
Nullable<Boolean>
See Also