OlTextAlign Enumeration
Specifies the alignment of text in a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("03FADFE8-2527-46C3-9CCD-DBBBCD05156B")> _
Public Enumeration OlTextAlign
'Usage
Dim instance As OlTextAlign
[GuidAttribute("03FADFE8-2527-46C3-9CCD-DBBBCD05156B")]
public enum OlTextAlign
Members
Member name | Description | |
---|---|---|
olTextAlignLeft | Text rendered in the control will be aligned to the left edge of the control. | |
olTextAlignCenter | Text rendered in the control will be aligned to the center of the control. | |
olTextAlignRight | Text rendered in the control will be aligned to the right edge of the control. |