constants DividerAlignmentEnum
Defines the alignment for a divider line into a divider item. Use the ItemDividerLineAlignment property to align the line in a divider item. Use the ItemDivider property to add a divider item

NameValueDescription
DividerBottom0 The divider line is displayed on bottom side of the item.
DividerCenter1 The divider line is displayed on center of the item.
DividerTop2 The divider line is displayed at the top of the item.
DividerBoth3 The divider line is displayed at the top and bottom of the item.