Class ScrollBar.AltPositionInfo
Contains information about the scrollbar position and range in the alternative format.
public class ScrollBar.AltPositionInfo : ImmutableObject, IBaseObject, IDisposableObject, IDisposable, INotifyPropertyChanged
- Inheritance
-
ScrollBar.AltPositionInfo
- Implements
Constructors
- AltPositionInfo()
Initializes a new instance of the ScrollBar.AltPositionInfo struct.
- AltPositionInfo(bool)
Initializes a new instance of the ScrollBar.AltPositionInfo class.
Properties
- Default
Gets default ScrollBar.AltPositionInfo object. Returned value is immutable and its properties are read only.
- LargeChange
Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
- Maximum
Gets or sets the upper limit of values of the scrollable range.
- Minimum
Gets or sets the lower limit of values of the scrollable range.
- SmallChange
Gets or sets the value to be added to or subtracted from the Value property when the scroll thumb is moved a small distance.
- Value
Gets or sets a numeric value that represents the current position of the scroll thumb on the scroll bar control.
Methods
- AsPositionInfo()
Converts this object to ScrollBarInfo.