ClassRangeSelectorTrackingElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RangeSelectorTrackingElement : RangeSelectorVisualElementWithOrientation, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIItemBaseLightVisualElementRangeSelectorVisualElementRangeSelectorVisualElementWithOrientationRangeSelectorTrackingElement
Implements:
Inherited Members
Constructors
RangeSelectorTrackingElement()
Declaration
public RangeSelectorTrackingElement()
Properties
LeftHover
Declaration
public RangeSelectorHoverElement LeftHover { get; }
Property Value
LeftThumb
Declaration
public RangeSelectorThumb LeftThumb { get; }
Property Value
LeftThumbLine
Declaration
public RangeSelectorThumbLineElement LeftThumbLine { get; }
Property Value
Range
Declaration
public RangeSelectorRangeElement Range { get; }
Property Value
RightHover
Declaration
public RangeSelectorHoverElement RightHover { get; }
Property Value
RightThumb
Declaration
public RangeSelectorThumb RightThumb { get; }
Property Value
RightThumbLine
Declaration
public RangeSelectorThumbLineElement RightThumbLine { get; }
Property Value
ToolTipThumbFormatString
Declaration
public string ToolTipThumbFormatString { get; set; }
Property Value
Methods
ArrangeOverride(SizeF)
Arranges the content and child elements within the final allocated space, positioning text, images, and child elements.
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Initializes the internal fields and components of the LightVisualElement. This method sets up text primitives, image primitives, and layout management components.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the desired size of the element by calculating the space needed for content, padding, and borders.
OnThumbLeftValueChanged(EventArgs)
Declaration
protected virtual void OnThumbLeftValueChanged(EventArgs e)
Parameters
e
OnThumbLeftValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnThumbLeftValueChanging(ValueChangingEventArgs e)
Parameters
e
OnThumbRightValueChanged(EventArgs)
Declaration
protected virtual void OnThumbRightValueChanged(EventArgs e)
Parameters
e
OnThumbRightValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnThumbRightValueChanging(ValueChangingEventArgs e)
Parameters
e