Layout.Paint Property

Definition

Return the paint used for creating this layout.

public Android.Text.TextPaint? Paint { [Android.Runtime.Register("getPaint", "()Landroid/text/TextPaint;", "")] get; }
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

the paint used for creating this layout.

Attributes

Remarks

Return the paint used for creating this layout.

Do not modify the returned paint object. This paint object will still be used for drawing/measuring text.

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