Table of Contents

Struct ScrollBar.AltPositionInfo.Record

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines all fields of the container class.

public struct ScrollBar.AltPositionInfo.Record : IEquatable<ScrollBar.AltPositionInfo.Record>
Implements

Constructors

Record()

Initializes a new instance of the ScrollBar.AltPositionInfo.Record struct.

Fields

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

Equals(Record)
Equals(object?)
GetHashCode()

Operators

operator ==(Record, Record)

Tests whether two ScrollBar.AltPositionInfo.Record structs are equal.

operator !=(Record, Record)

Tests whether two ScrollBar.AltPositionInfo.Record structs are not equal.