ShapeDrawable.Paint Property

Definition

Returns the Paint used to draw the shape.

public virtual Android.Graphics.Paint? Paint { [Android.Runtime.Register("getPaint", "()Landroid/graphics/Paint;", "GetGetPaintHandler")] get; }
[<get: Android.Runtime.Register("getPaint", "()Landroid/graphics/Paint;", "GetGetPaintHandler")>]
member this.Paint : Android.Graphics.Paint

Property Value

Attributes

Remarks

Returns the Paint used to draw the shape.

Java documentation for android.graphics.drawable.ShapeDrawable.getPaint().

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