Android.Graphics.Paint.StrokeMiter Property
Return the paint's stroke miter value.

Syntax

[get: Android.Runtime.Register("getStrokeMiter", "()F", "GetGetStrokeMiterHandler")]
[set: Android.Runtime.Register("setStrokeMiter", "(F)V", "GetSetStrokeMiter_FHandler")]
public virtual float StrokeMiter { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the paint's stroke miter value. Used to control the behavior of miter joins when the joins angle is sharp.

Set method documentation [Android Documentation]

Set the paint's stroke miter value. This is used to control the behavior of miter joins when the joins angle is sharp. 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