Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PictureAlignment Property (ListView Control)
See Also Example Applies To
Returns or sets a value that determines the picture alignment of an object.
Syntax
object.PictureAlignment [= integer]
The PictureAlignment property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| integer | A numeric expression that determines the alignment of pictures as shown in Settings. |
Settings
The settings for integer are:
| Constant | Value | Description |
| lvwTopLeft | 0 | Top left. |
| lvwTopRight | 1 | Top right. |
| lvwBottomLeft | 2 | Bottom left. |
| lvwBottomRight | 3 | Bottom right. |
| lvwCenter | 4 | Centered. |
| lvwTile | 5 | (Default) Tiled. |