_OlkFrameHeader.Alignment Property
Returns or sets an OlAlignment constant that indicates the position of a control relative to its caption. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Alignment As OlAlignment
Get
Set
'Usage
Dim instance As _OlkFrameHeader
Dim value As OlAlignment
value = instance.Alignment
instance.Alignment = value
[DispIdAttribute()]
OlAlignment Alignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlAlignment
Remarks
The default value is olAlignmentLeft.