KaxTrackBarLength Property |
Note: This API is now obsolete.
Get/Set the length of the trackbar including the decrease and increase handles.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<ObsoleteAttribute("Please use the Width and Height properties of the KaxTrackBar.")>
Public Property Length As Integer
Get
Set
public:
[ObsoleteAttribute(L"Please use the Width and Height properties of the KaxTrackBar.")]
property int Length {
int get ();
void set (int value);
}
[<ObsoleteAttribute("Please use the Width and Height properties of the KaxTrackBar.")>]
member Length : int with get, set
Property Value
Type:
Int32Remarks
If the trackbar is horizontal the width will be set, otherwise the height will be set.
See Also