LayerDrawable.PaddingModeNest Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Drawables.LayerDrawablePaddingMode enum directly instead of this field.

Padding mode used to nest each layer inside the padding of the previous layer.

[Android.Runtime.Register("PADDING_MODE_NEST")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.LayerDrawablePaddingMode enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.LayerDrawablePaddingMode PaddingModeNest = 0;
[<Android.Runtime.Register("PADDING_MODE_NEST")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.LayerDrawablePaddingMode enum directly instead of this field.", true)>]
val mutable PaddingModeNest : Android.Graphics.Drawables.LayerDrawablePaddingMode

Field Value

Value = 0
Attributes

Remarks

Padding mode used to nest each layer inside the padding of the previous layer.

Java documentation for android.graphics.drawable.LayerDrawable.PADDING_MODE_NEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also