Skip to main content
A newer version of this page is available. .

DiagramCustomShape.MinHeight Property

Specifies the minimum height of the shape.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.1.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 the shape size:

Use the DefaultHeight and DefaultWidth properties to specify the initial size of the shape.

The Units property specifies the measurement unit.

See Also