ClassRadTrackBarItem
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
RadTrackBarItem()
Declaration
public RadTrackBarItem()
Fields
FitToAvailableSizeProperty
Declaration
public static RadProperty FitToAvailableSizeProperty
Field Value
ShowSlideAreaProperty
Declaration
public static RadProperty ShowSlideAreaProperty
Field Value
SlideAreaWidthProperty
Declaration
public static RadProperty SlideAreaWidthProperty
Field Value
SliderAreaGradientAngleProperty
Declaration
public static RadProperty SliderAreaGradientAngleProperty
Field Value
SliderAreaGradientColor1Property
Declaration
public static RadProperty SliderAreaGradientColor1Property
Field Value
SliderAreaGradientColor2Property
Declaration
public static RadProperty SliderAreaGradientColor2Property
Field Value
TickFrequencyProperty
Declaration
public static RadProperty TickFrequencyProperty
Field Value
TrackBarOrientationProperty
Declaration
public static RadProperty TrackBarOrientationProperty
Field Value
Properties
FitToAvailableSize
Gets or sets whether the TrackBar should fit to available size.
Declaration
public virtual bool FitToAvailableSize { get; set; }
Property Value
LargeChange
The number of positions the slider moves in response to mouse clicks.
RangeMaximum
Gets or sets a maximum int value for the trackbar position.
RangeMinimum
Gets or sets a minimum int value for the trackbar position.
RangeValue
Gets or sets the position of the Slider.
ShowSlideArea
Gets or sets whether the SlideArea should be visible.
ShowTicks
Gets or sets Ticks Visibility.
SlideAreaWidth
Gets or sets the width of TrackBar's SlideArea.
SliderAreaGradientAngle
Gets or sets the gradient angle of the SliderArea.
Declaration
public virtual float SliderAreaGradientAngle { get; set; }
Property Value
SliderAreaGradientColor1
Gets or sets SliderArea's first background color.
Declaration
public virtual Color SliderAreaGradientColor1 { get; set; }
Property Value
SliderAreaGradientColor2
Gets or sets SliderArea's second background color.
Declaration
public virtual Color SliderAreaGradientColor2 { get; set; }
Property Value
SmallChange
The number of positions the slider moves in response to mouse clicks.
TickColor
Gets or sets RadTrackBar's ticks color.
TickFrequency
The number of positions between tick marks.
TickStyle
Indicates the tick style of the progress bar. Possible values are members of %TickStyles enumeration:Telerik.WinControls.Enumerations.TickStyles%: none, topleft, BottomRight, and both.
Declaration
public virtual TickStyles TickStyle { get; set; }
Property Value
TrackBarOrientation
Gets or sets TrackBar's orientation.
Declaration
public virtual Orientation TrackBarOrientation { get; set; }
Property Value