Click or drag to resize
Wizard .NET Library

MeasureStepListItemEventArgs.ItemSize Property

Gets or sets the size of the item.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public Size ItemSize { get; set; }
Request Example View Source

Property Value

Type: Size
The size of the item.
See Also