AccessibilityNodeInfo.RangeInfo(Int32, Single, Single, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.