Layout.Paint 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.
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.