GradientDrawable.SetPadding(Int32, Int32, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラデーション図形のパディングを構成する
[Android.Runtime.Register("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler", ApiSince=29)]
public virtual void SetPadding(int left, int top, int right, int bottom);
[<Android.Runtime.Register("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler", ApiSince=29)>]
abstract member SetPadding : int * int * int * int -> unit
override this.SetPadding : int * int * int * int -> unit
パラメーター
- left
- Int32
グラデーション図形の左パディング
- top
- Int32
グラデーション図形の上部パディング
- right
- Int32
グラデーション図形の右パディング
- bottom
- Int32
グラデーション図形の下パディング
- 属性
注釈
グラデーション図形のパディングを構成する
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。