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

DiagramItem.MinWidth Property

Gets or sets the minimum item width.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Layout")]
[Browsable(false)]
public float MinWidth { get; set; }

Property Value

Type Description
Single

A Single value, specifying the minimum item width in pixels.

Remarks

If the item’s DiagramItem.Width property value is less than the MinWidth value, the latter is used to set the item’s width.

See Also