PictureBoxSizeMode Class

Methods | Fields | This Package | All Packages

Defines the constants that determine the sizing mode of the PictureBox control. 

Enum
  |
  +--PictureBoxSizeMode

package com.ms.wfc.ui

public class PictureBoxSizeMode
extends
Enum****

Remarks

The sizing mode specifies how the control is sized to fit the image that is displayed in it.

To retrieve or set the sizing mode on a PictureBox control, use the PictureBox class' getSizeMode and setSizeMode methods.