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

Syntax

[get: Android.Runtime.Register("getPaddingStart", "()I", "GetGetPaddingStartHandler")]
public virtual int PaddingStart { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the start 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