_OlkCommandButton.PictureAlignment Property

Returns or sets an OlPictureAlignment constant that specifies the alignment of the image and the text on the button. Read/write.

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

Syntax

'Declaration
Property PictureAlignment As OlPictureAlignment
    Get
    Set
'Usage
Dim instance As _OlkCommandButton
Dim value As OlPictureAlignment

value = instance.PictureAlignment

instance.PictureAlignment = value
OlPictureAlignment PictureAlignment { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlPictureAlignment

See Also

Reference

_OlkCommandButton Interface

_OlkCommandButton Members

Microsoft.Office.Interop.Outlook Namespace