AccessibilityNodeInfo.RangeInfo(Int32, Single, Single, Single) Constructor

Definition

Creates a new range.

[Android.Runtime.Register(".ctor", "(IFFF)V", "", ApiSince=30)]
public RangeInfo (int type, float min, float max, float current);
[<Android.Runtime.Register(".ctor", "(IFFF)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo : int * single * single * single -> Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo

Parameters

type
Int32

The type of the range.

min
Single

The minimum value. Use Float.NEGATIVE_INFINITY if the range has no minimum.

max
Single

The maximum value. Use Float.POSITIVE_INFINITY if the range has no maximum.

current
Single

The current value.

Attributes

Remarks

Creates a new range.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.AccessibilityNodeInfo$RangeInfo(int, float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to