Click or drag to resize
ListBoxButtonSettingsVerticalAlign Property
Gets or sets the vertical align of the buttons in the 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 ListBoxVerticalAlign VerticalAlign { get; set; }

Property Value

Type: ListBoxVerticalAlign
The vertical align. The default value is Top
Remarks
The VerticalAlign property is taken into consideration only if the Position property is set to Left or Right.
See Also