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.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
double SmallChange { get; }
ReadOnly Property SmallChange As Double
Get
abstract SmallChange : float with get
Property Value
Double | Windows | IRangeValueProvider.get_SmallChange |
| macOS |
Used by NSAccessibilityProtocol.accessibilityPerformIncrement and
NSAccessibilityProtocol.accessibilityPerformDecrement to determine the
changed value.
|