DiagramItem.MinWidth Property
In This Article
Gets or sets the minimum item width.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#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