Android.Graphics.Paint.TextSize Property
Return the paint's text size.

Syntax

[get: Android.Runtime.Register("getTextSize", "()F", "GetGetTextSizeHandler")]
[set: Android.Runtime.Register("setTextSize", "(F)V", "GetSetTextSize_FHandler")]
public virtual float TextSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the paint's text size.

Set method documentation [Android Documentation]

Set the paint's text size. This value must be > 0

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1