共用方式為


View.OffsetTopAndBottom(Int32) 方法

定義

將此檢視的垂直位置依指定的像素數位移。

[Android.Runtime.Register("offsetTopAndBottom", "(I)V", "GetOffsetTopAndBottom_IHandler")]
public virtual void OffsetTopAndBottom (int offset);
[<Android.Runtime.Register("offsetTopAndBottom", "(I)V", "GetOffsetTopAndBottom_IHandler")>]
abstract member OffsetTopAndBottom : int -> unit
override this.OffsetTopAndBottom : int -> unit

參數

offset
Int32

要依其位移檢視的像素數目

屬性

備註

將此檢視的垂直位置依指定的像素數位移。

android.view.View.offsetTopAndBottom(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於