constants DividerAlignmentEnum
Defines the alignment for a divider line into a divider item. Use the DividerLineAlignment property to align the line in a divider item. Use the Divider property to add a divider item. The DividerAlignmentEnum type supports the following values:

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.