Sets padding for the shape.
Syntax
[Android.Runtime.Register("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler")]
public virtual
void SetPadding (
int left,
int top,
int right,
int bottom)
Parameters
- left
- padding for the left side (in pixels)
- top
- padding for the top (in pixels)
- right
- padding for the right side (in pixels)
- bottom
- padding for the bottom (in pixels)
Remarks
Requirements
Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1