RangeType Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.Accessibility.AccessibilityNodeInfo+RangeInfo.Obtain member.

public enum RangeType
type RangeType = 
Inheritance
RangeType

Fields

Name Value Description
Int 0

Range type: integer.

Float 1

Range type: float.

Percent 2

Range type: percent with values from zero to one hundred.

Indeterminate 3

Range type: indeterminate. When using this type, the min, max, and current values used to construct an instance may be ignored.

Remarks

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