ListBoxButtonSettingsAreaHeight Property |
Gets or sets the height of the button area.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(UnitConverter))]
public Unit AreaHeight { get; set; }
<TypeConverterAttribute(GetType(UnitConverter))>
Public Property AreaHeight As Unit
Get
Set
public:
[TypeConverterAttribute(typeof(UnitConverter))]
property Unit AreaHeight {
Unit get ();
void set (Unit value);
}
[<TypeConverterAttribute(typeof(UnitConverter))>]
member AreaHeight : Unit with get, set
Property Value
Type:
UnitThe height of the area. The default value is 30px
Remarks
The AreaWidth property is taken into consideration only if the
Position property is set to
Top or
Bottom. If not the button area is as tall as the listbox control.
See Also