Android.Graphics.Paint.TextSkewX Property
Return the paint's horizontal skew factor for text.

Syntax

[get: Android.Runtime.Register("getTextSkewX", "()F", "GetGetTextSkewXHandler")]
[set: Android.Runtime.Register("setTextSkewX", "(F)V", "GetSetTextSkewX_FHandler")]
public virtual float TextSkewX { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the paint's horizontal skew factor for text. The default value is 0.

Set method documentation [Android Documentation]

Set the paint's horizontal skew factor for text. The default value is 0. For approximating oblique text, use values around -0.25.

Requirements

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