Android.Views.View.PaddingLeft Property
Returns the left padding of this view.

Syntax

[get: Android.Runtime.Register("getPaddingLeft", "()I", "GetGetPaddingLeftHandler")]
public virtual int PaddingLeft { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the left padding of this view. 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 1