Click or drag to resize
Wizard .NET Library

WizardPageSize Property

Gets or sets the height and width of the control.

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

Property Value

Type: Size

Return Value

Type: Size
The Size that represents the height and width of the control in pixels.
See Also