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