DiagramCustomShape.AllowResize Property
In This Article
Specifies whether the shape can be resized.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
When shape resizing is enabled you can restrict shape sizes with the following properties: MinWidth, MinHeight, MaxWidth, and MaxHeight.
See Also