Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevel Class / Alignment Property

In This Topic
    Alignment Property (ListLevel)
    In This Topic
    Gets or sets the justification of the actual number of the list item.
    Syntax
    'Declaration
     
    Public Property Alignment As ListLevelAlignment
    public ListLevelAlignment Alignment {get; set;}
    Remarks
    Always returns ListLevelAlignment.Left and raises the BulletListPropertyException on set if the property NumberStyle equals NumberStyle.Bullet.
    See Also