KaxTrackBarThumbsInteractionMode Property |
Get/Set the InteractionMode of the trackbar thumbs
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public TrackBarThumbsInteractionMode ThumbsInteractionMode { get; set; }
Public Property ThumbsInteractionMode As TrackBarThumbsInteractionMode
Get
Set
public:
property TrackBarThumbsInteractionMode ThumbsInteractionMode {
TrackBarThumbsInteractionMode get ();
void set (TrackBarThumbsInteractionMode value);
}
member ThumbsInteractionMode : TrackBarThumbsInteractionMode with get, set
Property Value
Type:
TrackBarThumbsInteractionModeSee Also