Overview | Methods | This Package | All Packages
Sets the sizing mode for the PictureBox control.
Syntax
public final void setSizeMode( int value )
Parameters
value
The sizing mode for the PictureBox control. This value must be one of the enumeration constants defined in the PictureBoxSizeMode class.
Exceptions
WFCInvalidEnumException thrown if the value specified is not a valid member of the PictureBoxSizeMode class.
See Also getSizeMode