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

DiagramItem.Size Property

Gets or sets the size of the item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

[DefaultValue(typeof(SizeF), "0,0")]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SizeF Size { get; set; }

Property Value

Type Default Description
SizeF "0,0"

A System.Drawing.SizeF object that is the size of the item.

See Also