RoundedCorner.Center Property

Definition

Returns the circle center of a quarter circle approximation of this RoundedCorner.

public Android.Graphics.Point Center { [Android.Runtime.Register("getCenter", "()Landroid/graphics/Point;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getCenter", "()Landroid/graphics/Point;", "", ApiSince=31)>]
member this.Center : Android.Graphics.Point

Property Value

the center point of this RoundedCorner in the application's coordinate.

Attributes

Remarks

Returns the circle center of a quarter circle approximation of this RoundedCorner.

Java documentation for android.view.RoundedCorner.getCenter().

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