Click or drag to resize
KaxTrackBarLength Property

Note: This API is now obsolete.

Get/Set the length of the trackbar including the decrease and increase handles.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("Please use the Width and Height properties of the KaxTrackBar.")]
public int Length { get; set; }

Property Value

Type: Int32
Remarks
If the trackbar is horizontal the width will be set, otherwise the height will be set.
See Also