Class RadTrackBarItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTrackBarItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadTrackBarItem()
Declaration
public RadTrackBarItem()
Fields
FitToAvailableSizeProperty
LargeChangeProperty
MaximumProperty
MinimumProperty
ShowSlideAreaProperty
ShowTicksProperty
SlideAreaWidthProperty
SliderAreaGradientAngleProperty
SliderAreaGradientColor1Property
SliderAreaGradientColor2Property
SmallChangeProperty
TickColorProperty
TickFrequencyProperty
TickStyleProperty
TrackBarOrientationProperty
ValueProperty
Properties
FitToAvailableSize
Gets or sets whether the TrackBar should fit to available size.
Declaration
[RadPropertyDefaultValue("FitToAvailableSize", typeof(RadTrackBarItem))]
public virtual bool FitToAvailableSize { get; set; }
Property Value
System.Boolean
|
LargeChange
The number of positions the slider moves in response to mouse clicks.
Declaration
[RadPropertyDefaultValue("LargeChange", typeof(RadTrackBarItem))]
public virtual int LargeChange { get; set; }
Property Value
System.Int32
|
RangeMaximum
Gets or sets a maximum int value for the trackbar position.
Declaration
[RadPropertyDefaultValue("Maximum", typeof(RadTrackBarItem))]
public virtual int RangeMaximum { get; set; }
Property Value
System.Int32
|
RangeMinimum
Gets or sets a minimum int value for the trackbar position.
Declaration
[RadPropertyDefaultValue("Minimum", typeof(RadTrackBarItem))]
public virtual int RangeMinimum { get; set; }
Property Value
System.Int32
|
RangeValue
Gets or sets the position of the Slider.
Declaration
[RadPropertyDefaultValue("Value", typeof(RadTrackBarItem))]
public virtual int RangeValue { get; set; }
Property Value
System.Int32
|
ShowSlideArea
Gets or sets whether the SlideArea should be visible.
Declaration
[RadPropertyDefaultValue("ShowSlideArea", typeof(RadTrackBarItem))]
public virtual bool ShowSlideArea { get; set; }
Property Value
System.Boolean
|
ShowTicks
Gets or sets Ticks Visibility.
Declaration
[RadPropertyDefaultValue("ShowTicks", typeof(RadTrackBarItem))]
public virtual bool ShowTicks { get; set; }
Property Value
System.Boolean
|
SlideAreaWidth
Gets or sets the width of TrackBar's SlideArea.
Declaration
[RadPropertyDefaultValue("SlideAreaWidth", typeof(RadTrackBarItem))]
public virtual int SlideAreaWidth { get; set; }
Property Value
System.Int32
|
SliderAreaGradientAngle
Gets or sets the gradient angle of the SliderArea.
Declaration
[RadPropertyDefaultValue("SliderAreaGradientAngle", typeof(RadTrackBarItem))]
public virtual float SliderAreaGradientAngle { get; set; }
Property Value
System.Single
|
SliderAreaGradientColor1
Gets or sets SliderArea's first background color.
Declaration
[RadPropertyDefaultValue("SliderAreaGradientColor1", typeof(RadTrackBarItem))]
public virtual Color SliderAreaGradientColor1 { get; set; }
Property Value
System.Drawing.Color
|
SliderAreaGradientColor2
Gets or sets SliderArea's second background color.
Declaration
[RadPropertyDefaultValue("SliderAreaGradientColor2", typeof(RadTrackBarItem))]
public virtual Color SliderAreaGradientColor2 { get; set; }
Property Value
System.Drawing.Color
|
SmallChange
The number of positions the slider moves in response to mouse clicks.
Declaration
[RadPropertyDefaultValue("SmallChange", typeof(RadTrackBarItem))]
public virtual int SmallChange { get; set; }
Property Value
System.Int32
|
TickColor
Gets or sets RadTrackBar's ticks color.
Declaration
[RadPropertyDefaultValue("TickColor", typeof(RadTrackBarItem))]
public virtual Color TickColor { get; set; }
Property Value
System.Drawing.Color
|
TickFrequency
The number of positions between tick marks.
Declaration
[RadPropertyDefaultValue("TickFrequency", typeof(RadTrackBarItem))]
public virtual int TickFrequency { get; set; }
Property Value
System.Int32
|
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
[RadPropertyDefaultValue("TickStyle", typeof(RadTrackBarItem))]
public virtual TickStyles TickStyle { get; set; }
Property Value
TickStyles
|
TrackBarOrientation
Gets or sets TrackBar's orientation.
Declaration
[RadPropertyDefaultValue("TrackBarOrientation", typeof(RadTrackBarItem))]
public virtual Orientation TrackBarOrientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|