RippleDrawable.RadiusAuto Field

Definition

Radius value that specifies the ripple radius should be computed based on the size of the ripple's container.

[Android.Runtime.Register("RADIUS_AUTO", ApiSince=23)]
public const int RadiusAuto = -1;
[<Android.Runtime.Register("RADIUS_AUTO", ApiSince=23)>]
val mutable RadiusAuto : int

Field Value

Int32
Attributes

Remarks

Java documentation for android.graphics.drawable.RippleDrawable.RADIUS_AUTO.

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