Back to Devexpress

DiagramItem.MinWidth Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-9eba90c6.md

latest1.5 KB
Original Source

DiagramItem.MinWidth Property

Gets or sets the minimum item width.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DXCategory("Layout")]
[Browsable(false)]
public float MinWidth { get; set; }
vb
<DXCategory("Layout")>
<Browsable(False)>
Public Property MinWidth As Single

Property Value

TypeDescription
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

CanResize

Width

MinHeight

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace