ListLevel.Alignment Property
Returns or sets a WdListLevelAlignment constant that represents the alignment for the list level of the list template.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Alignment As WdListLevelAlignment
Get
Set
'Usage
Dim instance As ListLevel
Dim value As WdListLevelAlignment
value = instance.Alignment
instance.Alignment = value
WdListLevelAlignment Alignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdListLevelAlignment