TrackBarPrimitive
Represents a primitive element that renders track bar controls with slider functionality and tick mark support.
Definition
Namespace:Telerik.WinControls.Primitives
Assembly:Telerik.WinControls.dll
Syntax:
public class TrackBarPrimitive : FillPrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive, IFillElement, IPrimitiveElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementBasePrimitiveFillPrimitiveTrackBarPrimitive...
Implements:
Inherited Members
Constructors
public TrackBarPrimitive()
Fields
public static RadProperty BackColor5Property
public static RadProperty BackColor6Property
public static RadProperty FitToAvailableSizeProperty
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 ThumbWidthProperty
public static RadProperty TickColorProperty
public static RadProperty TickFrequencyProperty
public static RadProperty TickStyleProperty
public static RadProperty TrackBarOrientationProperty
Properties
Gets or sets background color. This property is applicable to radial, glass, office glass, and vista gradients.
[TypeConverter(typeof(RadColorEditorConverter))]
public virtual Color BackColor5 { get; set; }
Gets or sets background color. This property is applicable to radial, glass, office glass, and vista gradients.
[TypeConverter(typeof(RadColorEditorConverter))]
public virtual Color BackColor6 { get; set; }
Gets or Sets whether the TrackBar should fit to available size
public virtual bool FitToAvailableSize { get; set; }
Gets or sets a maximum int value for the trackbar position.
public virtual int Maximum { get; set; }
Gets or sets a minimum int value for the trackbar position.
public virtual int Minimum { 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 TrackBar's thumbWidth
public virtual int ThumbWidth { 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: None, TopLeft, BottomRight and Both.
public virtual TickStyles TickStyle { get; set; }
Gets or Sets TrackBar's Orientation
public virtual Orientation TrackBarOrientation { get; set; }
Methods
Paints the element's background and calls the base implementation to paint child elements.