GradientDrawable.InnerRadiusRatio Property
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.
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.