ShapeDrawable.SetPadding 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetPadding(Rect) |
設定 Rect 物件所定義的這個圖案的邊框間距。 |
SetPadding(Int32, Int32, Int32, Int32) |
設定圖案的邊框間距。 |
SetPadding(Rect)
設定 Rect 物件所定義的這個圖案的邊框間距。
[Android.Runtime.Register("setPadding", "(Landroid/graphics/Rect;)V", "GetSetPadding_Landroid_graphics_Rect_Handler")]
public virtual void SetPadding (Android.Graphics.Rect? padding);
[<Android.Runtime.Register("setPadding", "(Landroid/graphics/Rect;)V", "GetSetPadding_Landroid_graphics_Rect_Handler")>]
abstract member SetPadding : Android.Graphics.Rect -> unit
override this.SetPadding : Android.Graphics.Rect -> unit
參數
- padding
- Rect
- 屬性
備註
設定 Rect 物件所定義的這個圖案的邊框間距。 將 Rect 物件中的邊框間距定義為:左、上、右、下。
的 android.graphics.drawable.ShapeDrawable.setPadding(android.graphics.Rect)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
SetPadding(Int32, Int32, Int32, Int32)
設定圖案的邊框間距。
[Android.Runtime.Register("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler")]
public virtual void SetPadding (int left, int top, int right, int bottom);
[<Android.Runtime.Register("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler")>]
abstract member SetPadding : int * int * int * int -> unit
override this.SetPadding : int * int * int * int -> unit
參數
- left
- Int32
左邊的邊框間距(以像素為單位)
- top
- Int32
頂端的邊框間距(以像素為單位)
- right
- Int32
右側填補 (以像素為單位)
- bottom
- Int32
底部的邊框間距(以像素為單位)
- 屬性
備註
設定圖案的邊框間距。
的 android.graphics.drawable.ShapeDrawable.setPadding(int, int, int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。