Click or drag to resize
ListBoxButtonSettingsHorizontalAlign Property
Gets or sets the horizontal align of the buttons within the button area.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ListBoxHorizontalAlign HorizontalAlign { get; set; }

Property Value

Type: ListBoxHorizontalAlign
The horizontal align. The default value is Left
Remarks
The HorizontalAlign property is taken into consideration only if the Position property is set to Top or Bottom.
See Also