IRangeValueProviderSmallChange Property

Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
double SmallChange { get; }

Property Value

Double

Remarks

WindowsIRangeValueProvider.get_SmallChange
macOS Used by NSAccessibilityProtocol.accessibilityPerformIncrement and NSAccessibilityProtocol.accessibilityPerformDecrement to determine the changed value.

See Also