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

DiagramItem.MinSize Property

Gets or sets the minimum item size.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

[DXCategory("Layout")]
public virtual SizeF MinSize { get; set; }

Property Value

Type Description
SizeF

A SizeF value that is the item’s minimum size.

See Also