Back to Devexpress

DiagramContainer.ItemsCanResize Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-4c5ccfc9.md

latest1.3 KB
Original Source

DiagramContainer.ItemsCanResize Property

Specifies whether to allow end-users to resize items within the container.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanResize { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property ItemsCanResize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to resize items within the container; otherwise, false.

|

See Also

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace