TabStop.Alignment Property

Returns or sets a constant that represents the alignment for the specified tab stop.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Alignment As WdTabAlignment
    Get
    Set
'Usage
Dim instance As TabStop
Dim value As WdTabAlignment

value = instance.Alignment

instance.Alignment = value
WdTabAlignment Alignment { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdTabAlignment

Remarks

WdTabAlignment can be one of these WdTabAlignment constants.

wdAlignTabBar

wdAlignTabCenter

wdAlignTabDecimal

wdAlignTabLeft

wdAlignTabList

wdAlignTabRight

See Also

Reference

TabStop Interface

TabStop Members

Microsoft.Office.Interop.Word Namespace