The PictureDisplayEnum type defines the way the
  control's Picture is arranged on the control. The 
Picture
  property assign a picture to be displayed on the control's background. The 
PictureDisplay
  property indicates how the picture is layout on the control's background. The
  PictureDisplayEnum type supports the following values:
 |  | Name | Value | Description |  | 
 |  | 
UpperLeft | 0
 | 
The picture is vertically aligned at the top, and horizontally aligned on the
left.
 |  | 
 |  | 
UpperCenter | 1
 | 
The picture is vertically aligned at the top, and horizontally aligned at the
center.
 |  | 
 |  | 
UpperRight | 2
 | 
The picture is vertically aligned at the top, and horizontally aligned on the
right.
 |  | 
 |  | 
MiddleLeft | 16
 | 
The picture is vertically aligned in the middle, and horizontally aligned on the
left.
 |  | 
 |  | 
MiddleCenter | 17
 | 
The picture is vertically aligned in the middle, and horizontally aligned at the
center.
 |  | 
 |  | 
MiddleRight | 18
 | 
The picture is vertically aligned in the middle, and horizontally aligned on the
right.
 |  | 
 |  | 
LowerLeft | 32
 | 
The picture is vertically aligned at the bottom, and horizontally aligned on the
left.
 |  | 
 |  | 
LowerCenter | 33
 | 
The picture is vertically aligned at the bottom, and horizontally aligned at the
center.
 |  | 
 |  | 
LowerRight | 34
 | 
The picture is vertically aligned at the bottom, and horizontally aligned on the
right.
 |  | 
 |  | 
Tile | 48
 | 
Tiles the picture on the source.
 |  | 
 |  | 
Stretch | 49
 | 
The picture is resized to fit the source.
 |  |