Layout.Paint Property

Definition

Return the base Paint properties for this layout.

public Android.Text.TextPaint? Paint { [Android.Runtime.Register("getPaint", "()Landroid/text/TextPaint;", "")] get; }
[<get: Android.Runtime.Register("getPaint", "()Landroid/text/TextPaint;", "")>]
member this.Paint : Android.Text.TextPaint

Property Value

Attributes

Remarks

Return the base Paint properties for this layout. Do NOT change the paint, which may result in funny drawing for this layout.

Java documentation for android.text.Layout.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