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

    Specifies the minimum height of the shape.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    Declaration

    [DefaultValue(typeof(decimal), "0")]
    public decimal MinHeight { get; set; }

    Property Value

    Type Default Description
    Decimal "0"

    The height, in units.

    Remarks

    When the AllowResize property is set to true, users can resize the shape. Use the following properties to restrict changes to shape sizes: MinWidth, MinHeight, MaxWidth, and MaxHeight.

    The DefaultHeight and DefaultWidth properties specify the initial size of the shape.

    See Also