View.RightPaddingOffset 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.
Amount by which to extend the right fading region.
protected virtual int RightPaddingOffset { [Android.Runtime.Register("getRightPaddingOffset", "()I", "GetGetRightPaddingOffsetHandler")] get; }
[<get: Android.Runtime.Register("getRightPaddingOffset", "()I", "GetGetRightPaddingOffsetHandler")>]
member this.RightPaddingOffset : int
Property Value
The right padding offset in pixels.
- Attributes
Remarks
Amount by which to extend the right fading region. Called only when #isPaddingOffsetRequired()
returns true.
Added in CURRENT.
Java documentation for android.view.View.getRightPaddingOffset()
.
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.