GradientDrawable.InnerRadius 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.
Retrn the inner radius of the ring -or- Configure the inner radius of the ring.
public virtual int InnerRadius { [Android.Runtime.Register("getInnerRadius", "()I", "GetGetInnerRadiusHandler", ApiSince=29)] get; [Android.Runtime.Register("setInnerRadius", "(I)V", "GetSetInnerRadius_IHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getInnerRadius", "()I", "GetGetInnerRadiusHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setInnerRadius", "(I)V", "GetSetInnerRadius_IHandler", ApiSince=29)>]
member this.InnerRadius : int with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Retrn the inner radius of the ring
Java documentation for android.graphics.drawable.GradientDrawable.getInnerRadius()
.
Property setter documentation:
Configure the inner radius of the ring.
Java documentation for android.graphics.drawable.GradientDrawable.setInnerRadius(int)
.
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.