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. |