Skip to main content
A newer version of this page is available. .

DiagramCustomShape.AllowResize Property

Specifies whether the shape can be resized.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowResize { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable shape resizing; otherwise, false.

Remarks

When shape resizing is enabled you can restrict shape sizes with the following properties: MinWidth, MinHeight, MaxWidth, and MaxHeight.

See Also