Class RangeSelectorScrollElement
Inheritance
System.Object
RangeSelectorScrollElement
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 RangeSelectorScrollElement : RangeSelectorVisualElementWithOrientation, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RangeSelectorScrollElement()
Declaration
public RangeSelectorScrollElement()
Properties
BottomRightButton
Declaration
public RangeSelectorArrowButton BottomRightButton { get; }
Property Value
RangeSelectorArrowButton
|
BottomRightThumb
Declaration
public RangeSelectorScrollThumb BottomRightThumb { get; }
Property Value
RangeSelectorScrollThumb
|
End
Declaration
public float End { get; set; }
Property Value
System.Single
|
LeftTopButton
Declaration
public RangeSelectorArrowButton LeftTopButton { get; }
Property Value
RangeSelectorArrowButton
|
LeftTopThumb
Declaration
public RangeSelectorScrollThumb LeftTopThumb { get; }
Property Value
RangeSelectorScrollThumb
|
MinScrollLength
Declaration
public float MinScrollLength { get; set; }
Property Value
System.Single
|
Range
ScrollDockPostion
SellectionRange
Declaration
public RangeSelectorScrollSelectionRange SellectionRange { get; }
Property Value
RangeSelectorScrollSelectionRange
|
ShowButtons
Declaration
public bool ShowButtons { get; set; }
Property Value
System.Boolean
|
Start
Declaration
public float Start { get; set; }
Property Value
System.Single
|
ToolTip
Declaration
public ToolTip ToolTip { get; }
Property Value
System.Windows.Forms.ToolTip
|
ToolTipDuration
Declaration
public int ToolTipDuration { get; set; }
Property Value
System.Int32
|
ToolTipOffset
Declaration
public Point ToolTipOffset { get; set; }
Property Value
System.Drawing.Point
|
ToolTipSelectionFormatString
Declaration
public string ToolTipSelectionFormatString { get; set; }
Property Value
System.String
|
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
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
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
|