AccessibilityNodeInfo.RangeInfo.RangeTypePercent フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.Accessibility.RangeType enum directly instead of this field.

範囲の種類: 0 から 100 までの値を持つパーセント。

[Android.Runtime.Register("RANGE_TYPE_PERCENT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.RangeType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.RangeType RangeTypePercent = 2;
[<Android.Runtime.Register("RANGE_TYPE_PERCENT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.RangeType enum directly instead of this field.", true)>]
val mutable RangeTypePercent : Android.Views.Accessibility.RangeType

フィールド値

Value = 2
属性

注釈

範囲の種類: 0 から 100 までの値を持つパーセント。

android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_PERCENTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象