View.VerticalFadingEdgeLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the size of the vertical faded edges used to indicate that more content in this view is visible.
public virtual int VerticalFadingEdgeLength { [Android.Runtime.Register("getVerticalFadingEdgeLength", "()I", "GetGetVerticalFadingEdgeLengthHandler")] get; }
[<get: Android.Runtime.Register("getVerticalFadingEdgeLength", "()I", "GetGetVerticalFadingEdgeLengthHandler")>]
member this.VerticalFadingEdgeLength : int
Property Value
The size in pixels of the vertical faded edge or 0 if vertical faded edges are not enabled for this view.
- Attributes
Remarks
Returns the size of the vertical faded edges used to indicate that more content in this view is visible.
Java documentation for android.view.View.getVerticalFadingEdgeLength()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.