Click or drag to resize
ListBoxHorizontalAlign Enumeration
Specifies the horizontal alignment of buttons

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxHorizontalAlign
Members
  Member nameValueDescription
Left0 Buttons are left aligned
Center1 Buttons are centered
Right2 Buttons are right aligned
See Also