Toast.HorizontalMargin プロパティ

定義

水平余白を返します。

public virtual float HorizontalMargin { [Android.Runtime.Register("getHorizontalMargin", "()F", "GetGetHorizontalMarginHandler")] get; }
[<get: Android.Runtime.Register("getHorizontalMargin", "()F", "GetGetHorizontalMarginHandler")>]
member this.HorizontalMargin : single

プロパティ値

属性

注釈

水平余白を返します。

<strong>Warning:</strong> Starting from Android Build.VERSION_CODES#R, for apps targeting API level Build.VERSION_CODES#R or higher, should not be called on text toasts as its return value may not reflect actual value since text toasts are not rendered by the app are not rendered by the app.

の Java ドキュメントandroid.widget.Toast.getHorizontalMargin()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象