Skip to main content

DiagramCustomShape.MinHeight Property

Specifies the minimum height of the shape.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

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