PictureAlignment

<< Click to Display Table of Contents >>

 

PictureAlignment

Enum Determines the alignment of an image in a Picture object. The available options for this property are described on the next table.

Available options for the PictureAlignment property

Option

Description

0 - ddPATopLeft

Aligns an image to object's top left

1 - ddPATopRight

Aligns an image to object's top right

2 - ddPACenter

Aligns an image to object's center (default)

3 - ddPABottomLeft

Aligns an image to object's bottom left

4 - ddPABottomRight

Aligns an image to object's bottom right

Was this page useful?