Click or drag to resize
Wizard .NET Library

DrawStepListItemEventArgsBounds Property

Gets the size and location of the item to draw.

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

Property Value

Type: Rectangle
A rectangle that represents the bounds of the item to draw.
See Also