DiagramCustomShape.AllowResize Property
Specifies whether the shape can be resized.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.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