HapticFeedbackConstants.SegmentTick フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.
ユーザーは、リスト内の項目やスライダー上の個別のポイントなど、一連の選択肢を切り替えています。
[Android.Runtime.Register("SEGMENT_TICK", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)]
public const Android.Views.FeedbackConstants SegmentTick = 26;
[<Android.Runtime.Register("SEGMENT_TICK", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable SegmentTick : Android.Views.FeedbackConstants
フィールド値
Value = 26- 属性
注釈
ユーザーは、リスト内の項目やスライダー上の個別のポイントなど、一連の選択肢を切り替えています。
選択の密度が高く、ユーザー エクスペリエンスを向上するために触覚を軽くまたは抑制する必要がある場合は、 #SEGMENT_FREQUENT_TICK も参照してください。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。