Skip to main content
All docs
V25.1
  • DiagramCustomShape.AllowResize Property

    Specifies whether the shape can be resized.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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