LayerDrawable.InsetUndefined Field

Definition

Value used for undefined start and end insets.

[Android.Runtime.Register("INSET_UNDEFINED", ApiSince=24)]
public const int InsetUndefined = -2147483648;
[<Android.Runtime.Register("INSET_UNDEFINED", ApiSince=24)>]
val mutable InsetUndefined : int

Field Value

Value = -2147483648
Attributes

Remarks

Value used for undefined start and end insets.

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

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