UltrachartScrollbar
A scrollbar which allows to scroll IAxis content
继承自: Control
构造函数
UltrachartScrollbar()
Default constructor
属性
GripsLength : double
Gets or sets length of resizing grips
GripsStyle : Style
Gets or sets style for grips
GripsThickness : double
Gets or sets thickness of grips
NonSelectedAreaStyle : Style
Gets or sets style for non selected area of scrollbar
Orientation : Orientation
Get or set whether UltrachartScrollbar is displayed horizontally or vertically
SelectedRange : IRange
Selected range of the horizontal range slider
ViewportStyle : Style
Gets or sets style for viewport area of scrollbar which contains SelectedRange
方法
AnimateSelectedRangeTo(IRange, TimeSpan)
Animates the SelectedRange property from its current start position to the destination over the specified duration. Use this to get a smooth animated effect from one position to the next
- to
- duration
OnApplyTemplate()
Overide to get the visuals from the control template
事件
SelectedRangeChanged : EventHandler<SelectedRangeChangedEventArgs>
Raised when the SelectedRange changes
字段
AxisProperty : DependencyProperty
Provides the Axis which this scrollbar control is associated with
GripsLengthProperty : DependencyProperty
Defines the GripsLength DependencyProperty
GripsStyleProperty : DependencyProperty
Defines the GripsStyle DependencyProperty
GripsThicknessProperty : DependencyProperty
Defines the GripsThickness DependencyProperty
NonSelectedAreaStyleProperty : DependencyProperty
Defines the NonSelectedArea DependencyProperty
OrientationProperty : DependencyProperty
Defines The Orientation DependencyProperty
SelectedRangePointProperty : DependencyProperty
Defines the SelectedRangePoint DependencyProperty, used internally for animations
SelectedRangeProperty : DependencyProperty
Selected range of the range slider
ViewportStyleProperty : DependencyProperty
Defines the ViewportStyle DependencyProperty
ZoomLimitProperty : DependencyProperty
Defines the ZoomLimit DependencyProperty