View.BottomFadingEdgeStrength 屬性

定義

傳回底部淡出邊緣的強度或強度。

protected virtual float BottomFadingEdgeStrength { [Android.Runtime.Register("getBottomFadingEdgeStrength", "()F", "GetGetBottomFadingEdgeStrengthHandler")] get; }
[<get: Android.Runtime.Register("getBottomFadingEdgeStrength", "()F", "GetGetBottomFadingEdgeStrengthHandler")>]
member this.BottomFadingEdgeStrength : single

屬性值

底部的濃度會淡化為介於 0.0f 到 1.0f 之間的浮點數

屬性

備註

傳回底部淡出邊緣的強度或強度。 強度是介於 0.0 (沒有淡出) 和 1.0 (完整淡出) 之間的值。 預設實作會傳回 0.0 或 1.0,但兩者之間沒有值。

子類別應該覆寫這個方法,以在捲動發生時提供更順暢的淡化轉換。

android.view.View.getBottomFadingEdgeStrength() JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於