Android.Widget.RemoteViews.SetViewPadding Method
Equivalent to calling Android.Views.View.SetPadding(int, System.Int32, System.Int32, System.Int32).

Syntax

[Android.Runtime.Register("setViewPadding", "(IIIII)V", "GetSetViewPadding_IIIIIHandler")]
public virtual void SetViewPadding (int viewId, int left, int top, int right, int bottom)

Parameters

viewId
The id of the view to change
left
the left padding in pixels
top
the top padding in pixels
right
the right padding in pixels
bottom
the bottom padding in pixels

Remarks

Requirements

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