RippleDrawable.RadiusAuto Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Value = -1- Attributes
Remarks
Radius value that specifies the ripple radius should be computed based on the size of the ripple's container.
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.