GradientDrawable.InnerRadiusRatio Property

Definition

Return the inner radius of the ring expressed as a ratio of the ring's width. -or- Inner radius of the ring expressed as a ratio of the ring's width.

public virtual float InnerRadiusRatio { [Android.Runtime.Register("getInnerRadiusRatio", "()F", "GetGetInnerRadiusRatioHandler", ApiSince=29)] get; [Android.Runtime.Register("setInnerRadiusRatio", "(F)V", "GetSetInnerRadiusRatio_FHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getInnerRadiusRatio", "()F", "GetGetInnerRadiusRatioHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setInnerRadiusRatio", "(F)V", "GetSetInnerRadiusRatio_FHandler", ApiSince=29)>]
member this.InnerRadiusRatio : single with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Return the inner radius of the ring expressed as a ratio of the ring's width.

Java documentation for android.graphics.drawable.GradientDrawable.getInnerRadiusRatio().

Property setter documentation:

Inner radius of the ring expressed as a ratio of the ring's width.

Java documentation for android.graphics.drawable.GradientDrawable.setInnerRadiusRatio(float).

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