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