Outline.Radius 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.
Returns the rounded rect radius, if set, or a value less than 0 if a path has
been set via #setPath(Path)
.
public float Radius { [Android.Runtime.Register("getRadius", "()F", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRadius", "()F", "", ApiSince=24)>]
member this.Radius : single
Property Value
the rounded rect radius, or value < 0
- Attributes
Remarks
Returns the rounded rect radius, if set, or a value less than 0 if a path has been set via #setPath(Path)
. A return value of 0
indicates a non-rounded rect.
Java documentation for android.graphics.Outline.getRadius()
.
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.