OlPictureAlignment Enumeration

Specifies how an image is aligned with respect to text on a button.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("0BEAB7D8-3BA8-4960-899B-096FCE2EE60F")> _
Public Enumeration OlPictureAlignment
'Usage
Dim instance As OlPictureAlignment
[GuidAttribute("0BEAB7D8-3BA8-4960-899B-096FCE2EE60F")]
public enum OlPictureAlignment

Members

Member name Description
olPictureAlignmentLeft The image is aligned to the left of the text and vertically centered on the button.
olPictureAlignmentTop The image is aligned to the right of the text and horizontally centered on the button.

Remarks

In bidirectional text, olPictureAlignmentLeft specifies that the image should be aligned to the right of the text and vertically centered on the button.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace