Class TrackBarBodyElement
Inheritance
System.Object
TrackBarBodyElement
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 TrackBarBodyElement : TrackBarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarBodyElement()
Declaration
public TrackBarBodyElement()
Properties
IndicatorContainerElement
Declaration
public TrackBarIndicatorContainerElement IndicatorContainerElement { get; }
Property Value
ScaleContainerElement
Declaration
public TrackBarScaleContainerElement ScaleContainerElement { get; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTrackBarIndicatorContainerElement()
Declaration
protected virtual TrackBarIndicatorContainerElement CreateTrackBarIndicatorContainerElement()
Returns
CreateTrackBarScaleContainerElement()
Declaration
protected virtual TrackBarScaleContainerElement CreateTrackBarScaleContainerElement()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.
|
Overrides
PerformMouseClick(MouseEventArgs)
Declaration
public void PerformMouseClick(MouseEventArgs e)
Parameters
System.
|