Toolbar.ContentInsetEndWithActions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得當動作按鈕存在時要使用的結束內容內嵌。 -或- 設定當動作按鈕存在時要使用的開始內容內嵌。
public virtual int ContentInsetEndWithActions { [Android.Runtime.Register("getContentInsetEndWithActions", "()I", "GetGetContentInsetEndWithActionsHandler", ApiSince=24)] get; [Android.Runtime.Register("setContentInsetEndWithActions", "(I)V", "GetSetContentInsetEndWithActions_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getContentInsetEndWithActions", "()I", "GetGetContentInsetEndWithActionsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setContentInsetEndWithActions", "(I)V", "GetSetContentInsetEndWithActions_IHandler", ApiSince=24)>]
member this.ContentInsetEndWithActions : int with get, set
屬性值
當功能表設定為圖元時所使用的結束內容內嵌
- 屬性
備註
屬性 getter 檔:
取得當動作按鈕存在時要使用的結束內容內嵌。
當工具列中有其他按鈕,以及不同的工具列大小時,通常會呼叫不同的內容內嵌。 較大的 值 #getContentInsetEnd()
和此值將會在版面配置期間使用。
的 android.widget.Toolbar.getContentInsetEndWithActions()
Java 檔。
屬性 setter 檔:
設定當動作按鈕存在時要使用的開始內容內嵌。
當工具列中有其他按鈕,以及不同的工具列大小時,通常會呼叫不同的內容內嵌。 較大的 值 #getContentInsetEnd()
和此值將會在版面配置期間使用。
的 android.widget.Toolbar.setContentInsetEndWithActions(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。