ExpandableListView.SetIndicatorBoundsRelative(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インジケーターの相対描画境界を設定します (少なくとも、グループ インジケーターはこの影響を受けます。子インジケーターの境界が継承するように設定されている場合、子インジケーターはこの影響を受けます)。
[Android.Runtime.Register("setIndicatorBoundsRelative", "(II)V", "GetSetIndicatorBoundsRelative_IIHandler")]
public virtual void SetIndicatorBoundsRelative(int start, int end);
[<Android.Runtime.Register("setIndicatorBoundsRelative", "(II)V", "GetSetIndicatorBoundsRelative_IIHandler")>]
abstract member SetIndicatorBoundsRelative : int * int -> unit
override this.SetIndicatorBoundsRelative : int * int -> unit
パラメーター
- start
- Int32
インジケーターの描画を開始する開始位置 (このビューの開始境界を基準とする位置)。
- end
- Int32
インジケーターの描画を終了する終了位置 (このビューの終了境界を基準)。
- 属性
注釈
インジケーターの相対描画境界を設定します (少なくとも、グループ インジケーターはこの影響を受けます。子インジケーターの境界が継承するように設定されている場合、子インジケーターはこの影響を受けます)。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
こちらもご覧ください
- <xref:Android.Widget.ExpandableListView.SetChildIndicatorBounds(System.Int32%2c+System.Int32)>