Edit

Share via


TabStop.Alignment Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdTabAlignment Alignment { Microsoft::Office::Interop::Word::WdTabAlignment get(); void set(Microsoft::Office::Interop::Word::WdTabAlignment value); };
public Microsoft.Office.Interop.Word.WdTabAlignment Alignment { get; set; }
member this.Alignment : Microsoft.Office.Interop.Word.WdTabAlignment with get, set
Public Property Alignment As WdTabAlignment

Property Value

Remarks

WdTabAlignment can be one of these WdTabAlignment constants.

wdAlignTabBar

wdAlignTabCenter

wdAlignTabDecimal

wdAlignTabLeft

wdAlignTabList

wdAlignTabRight

Applies to