ListBoxButtonSettingsVerticalAlign Property |
Gets or sets the vertical align of the buttons in the within the button area.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListBoxVerticalAlign VerticalAlign { get; set; }
Public Property VerticalAlign As ListBoxVerticalAlign
Get
Set
public:
property ListBoxVerticalAlign VerticalAlign {
ListBoxVerticalAlign get ();
void set (ListBoxVerticalAlign value);
}
member VerticalAlign : ListBoxVerticalAlign with 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