OlPictureAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.