Android.Views.View.PaddingEnd Property
Returns the end padding of this view depending on its resolved layout direction.

Syntax

[get: Android.Runtime.Register("getPaddingEnd", "()I", "GetGetPaddingEndHandler")]
public virtual int PaddingEnd { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the end padding of this view depending on its resolved layout direction. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17