Android.Graphics.Paint.LetterSpacing Property
Return the paint's letter-spacing for text.

Syntax

[get: Android.Runtime.Register("getLetterSpacing", "()F", "GetGetLetterSpacingHandler")]
[set: Android.Runtime.Register("setLetterSpacing", "(F)V", "GetSetLetterSpacing_FHandler")]
public virtual float LetterSpacing { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the paint's letter-spacing for text. The default value is 0.

Set method documentation [Android Documentation]

Set the paint's letter-spacing for text. The default value is 0. The value is in 'EM' units. Typical values for slight expansion will be around 0.05. Negative values tighten text.

Requirements

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