Share via


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)

Usage

Dim listLevel1 As ListLevel

Dim returnValue As WdListLevelAlignment
returnValue = listLevel1.Alignment

Dim sampleValue As WdListLevelAlignment
listLevel1.Alignment = sampleValue

Syntax

Property Alignment() As WdListLevelAlignment
WdListLevelAlignment Alignment {get; set;}
property WdListLevelAlignment^ Alignment{
    WdListLevelAlignment^ get();
    Void set(WdListLevelAlignment^);
}
public WdListLevelAlignment get_Alignment();
public void set_Alignment(WdListLevelAlignment);
function get Alignment() : WdListLevelAlignment;
function set Alignment(WdListLevelAlignment);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ListLevel Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ListLevel Members