Skip to main content

DiagramItem.MinSize Property

Gets or sets the minimum item size.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: 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