TextView.ExtendedPaddingBottom 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 extended bottom padding of the view, including both the bottom Drawable if any and any extra space to keep more than maxLines of text from showing.
public virtual int ExtendedPaddingBottom { [Android.Runtime.Register("getExtendedPaddingBottom", "()I", "GetGetExtendedPaddingBottomHandler")] get; }
[<get: Android.Runtime.Register("getExtendedPaddingBottom", "()I", "GetGetExtendedPaddingBottomHandler")>]
member this.ExtendedPaddingBottom : int
Property Value
- Attributes
Remarks
Returns the extended bottom padding of the view, including both the bottom Drawable if any and any extra space to keep more than maxLines of text from showing. It is only valid to call this after measuring.
Java documentation for android.widget.TextView.getExtendedPaddingBottom()
.
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.