Android.Graphics.Paint.StrokeWidth Property
Return the width for stroking.

Syntax

[get: Android.Runtime.Register("getStrokeWidth", "()F", "GetGetStrokeWidthHandler")]
[set: Android.Runtime.Register("setStrokeWidth", "(F)V", "GetSetStrokeWidth_FHandler")]
public virtual float StrokeWidth { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the width for stroking. A value of 0 strokes in hairline mode. Hairlines always draws a single pixel independent of the canva's matrix.

Set method documentation [Android Documentation]

Set the width for stroking. Pass 0 to stroke in hairline mode. Hairlines always draws a single pixel independent of the canva's matrix.

Requirements

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