Class RangeSelectorTrackingElement
Inheritance
System.Object
RangeSelectorTrackingElement
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 RangeSelectorTrackingElement : RangeSelectorVisualElementWithOrientation, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RangeSelectorTrackingElement()
Declaration
public RangeSelectorTrackingElement()
Properties
EndRange
Declaration
public float EndRange { get; set; }
Property Value
System.Single
|
LeftHover
Declaration
public RangeSelectorHoverElement LeftHover { get; }
Property Value
RangeSelectorHoverElement
|
LeftThumb
LeftThumbLine
Declaration
public RangeSelectorThumbLineElement LeftThumbLine { get; }
Property Value
RangeSelectorThumbLineElement
|
MinSelectionLength
Declaration
public int MinSelectionLength { get; set; }
Property Value
System.Int32
|
Range
Declaration
public RangeSelectorRangeElement Range { get; }
Property Value
RangeSelectorRangeElement
|
RightHover
Declaration
public RangeSelectorHoverElement RightHover { get; }
Property Value
RangeSelectorHoverElement
|
RightThumb
RightThumbLine
Declaration
public RangeSelectorThumbLineElement RightThumbLine { get; }
Property Value
RangeSelectorThumbLineElement
|
StartRange
Declaration
public float StartRange { get; set; }
Property Value
System.Single
|
ToolTipDuration
Declaration
public int ToolTipDuration { get; set; }
Property Value
System.Int32
|
ToolTipOffset
Declaration
public Point ToolTipOffset { get; set; }
Property Value
System.Drawing.Point
|
ToolTipThumbFormatString
Declaration
public string ToolTipThumbFormatString { get; set; }
Property Value
System.String
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
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
|
Overrides
OnThumbLeftValueChanged(EventArgs)
Declaration
protected virtual void OnThumbLeftValueChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThumbLeftValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnThumbLeftValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|
OnThumbRightValueChanged(EventArgs)
Declaration
protected virtual void OnThumbRightValueChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThumbRightValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnThumbRightValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|