Skip to main content

DiagramItem.MinWidth Property

Gets or sets the minimum item width.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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