OlPictureAlignment Enum

Definition

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

public enum class OlPictureAlignment
[System.Runtime.InteropServices.Guid("0BEAB7D8-3BA8-4960-899B-096FCE2EE60F")]
public enum OlPictureAlignment
Public Enum OlPictureAlignment
Inheritance
OlPictureAlignment
Attributes

Fields

olPictureAlignmentLeft 0

The image is aligned to the left of the text and vertically centered on the button.

olPictureAlignmentTop 1

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.

Applies to