Class TrackBarLineElement
Inheritance
System.Object
TrackBarLineElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TrackBarLineElement : TrackBarElementWithOrientation, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarLineElement()
Declaration
public TrackBarLineElement()
Fields
ShowSlideAreaProperty
SlideAreaColor1Property
SlideAreaColor2Property
SlideAreaGradientAngleProperty
SlideAreaWidthProperty
Properties
ShowSlideArea
Declaration
public bool ShowSlideArea { get; set; }
Property Value
System.Boolean
|
SlideAreaColor1
Declaration
public Color SlideAreaColor1 { get; set; }
Property Value
System.Drawing.Color
|
SlideAreaColor2
Declaration
public Color SlideAreaColor2 { get; set; }
Property Value
System.Drawing.Color
|
SlideAreaGradientAngle
Declaration
public float SlideAreaGradientAngle { get; set; }
Property Value
System.Single
|
SlideAreaWidth
Declaration
public int SlideAreaWidth { get; set; }
Property Value
System.Int32
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|