RemoteViews.SetTextViewCompoundDrawables メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextView#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)を呼び出すことと同じです。
[Android.Runtime.Register("setTextViewCompoundDrawables", "(IIIII)V", "GetSetTextViewCompoundDrawables_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawables(int viewId, int left, int top, int right, int bottom);
[<Android.Runtime.Register("setTextViewCompoundDrawables", "(IIIII)V", "GetSetTextViewCompoundDrawables_IIIIIHandler")>]
abstract member SetTextViewCompoundDrawables : int * int * int * int * int -> unit
override this.SetTextViewCompoundDrawables : int * int * int * int * int -> unit
パラメーター
- viewId
- Int32
テキストを変更するビューの ID
- left
- Int32
テキストの左側に配置する描画可能な ID、または 0
- top
- Int32
テキストの上に配置する描画可能な ID、または 0
- right
- Int32
テキストの右側に配置する描画可能な ID、または 0
- bottom
- Int32
テキストの下に配置する描画可能な ID、または 0
- 属性
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。