RadTrackBarItem
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTrackBarItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemRadTrackBarItem...
Implements:
Inherited Members
Constructors
public RadTrackBarItem()
Fields
public static RadProperty FitToAvailableSizeProperty
public static RadProperty LargeChangeProperty
public static RadProperty MaximumProperty
public static RadProperty MinimumProperty
public static RadProperty ShowSlideAreaProperty
public static RadProperty ShowTicksProperty
public static RadProperty SlideAreaWidthProperty
public static RadProperty SliderAreaGradientAngleProperty
public static RadProperty SliderAreaGradientColor1Property
public static RadProperty SliderAreaGradientColor2Property
public static RadProperty SmallChangeProperty
public static RadProperty TickColorProperty
public static RadProperty TickFrequencyProperty
public static RadProperty TickStyleProperty
public static RadProperty TrackBarOrientationProperty
public static RadProperty ValueProperty
Properties
Gets or sets whether the TrackBar should fit to available size.
public virtual bool FitToAvailableSize { get; set; }
The number of positions the slider moves in response to mouse clicks.
public virtual int LargeChange { get; set; }
Gets or sets a maximum int value for the trackbar position.
public virtual int RangeMaximum { get; set; }
Gets or sets a minimum int value for the trackbar position.
public virtual int RangeMinimum { get; set; }
Gets or sets the position of the Slider.
public virtual int RangeValue { get; set; }
Gets or sets whether the SlideArea should be visible.
public virtual bool ShowSlideArea { get; set; }
Gets or sets the width of TrackBar's SlideArea.
public virtual int SlideAreaWidth { get; set; }
Gets or sets the gradient angle of the SliderArea.
public virtual float SliderAreaGradientAngle { get; set; }
Gets or sets SliderArea's first background color.
public virtual Color SliderAreaGradientColor1 { get; set; }
Gets or sets SliderArea's second background color.
public virtual Color SliderAreaGradientColor2 { get; set; }
The number of positions the slider moves in response to mouse clicks.
public virtual int SmallChange { get; set; }
Gets or sets RadTrackBar's ticks color.
public virtual Color TickColor { get; set; }
The number of positions between tick marks.
public virtual int TickFrequency { get; set; }
Indicates the tick style of the progress bar. Possible values are members of %TickStyles enumeration:Telerik.WinControls.Enumerations.TickStyles%: none, topleft, BottomRight, and both.
public virtual TickStyles TickStyle { get; set; }
Gets or sets TrackBar's orientation.
public virtual Orientation TrackBarOrientation { get; set; }